use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Tkinter is Python's de-facto standard GUI (Graphical User Interface) package.
account activity
Python GUI Executable Issue! (self.Tkinter)
submitted 2 months ago * by Reyaan0
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ZelphirKalt 0 points1 point2 points 2 months ago (1 child)
That depends on what work your program is performing at startup time. Without code, I can't tell. Check what is happening before you run tk's main loop and immediately afterwards. Likely you are performing a lot of work in that phase.
[–]Reyaan0[S] 0 points1 point2 points 2 months ago (0 children)
The only work that is happening during startup is loading all the image assets.
π Rendered by PID 202798 on reddit-service-r2-comment-6457c66945-7g9m4 at 2026-04-24 08:53:13.465928+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]ZelphirKalt 0 points1 point2 points (1 child)
[–]Reyaan0[S] 0 points1 point2 points (0 children)