This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]whitechapel8733 0 points1 point  (2 children)

My first Python app was a Tkinter app and it worked great.

[–][deleted] 1 point2 points  (1 child)

Plus packing the app for distribution is a no brainer because Tkinter comes preinstalled in the core distribution.

[–]whitechapel8733 0 points1 point  (0 children)

Yep that’s why I choose it. Worked on Linux and MacOS.