Python Forum
Libraries/Tools to create an editor similar to Tiled
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Libraries/Tools to create an editor similar to Tiled
#11
tkinter is pretty old and weird. Why not learn something that could lead to a paycheck?
Reply
#12
deanhystad Wrote:tkinter is pretty old and weird. Why not learn something that could lead to a paycheck?
You could perhaps read these nice slides: Tkinter does not suck!
Reply
#13
I have used Tkinter for several projects before. Anyone who can't create a decent project with it, just doesn't want to know enough.
Reply
#14
I was using Tk and Tcl back in the early 90's. That is ancient in computer years. And it hasn't changed all that much. I picked up tkinter in a week because everything was vaguely familiar, like walking through the halls of your old elementary school. Like IDLE, I think tkinter is fine for playing around, but I would never think using it for any serious development. It was a good choice for X11 back in 1993. Now, in Python with so many other choices, probably not.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020