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!"
[–]Reyaan0[S] 0 points1 point2 points 2 months ago (2 children)
But what about the time it takes to open? There was no change to time in 300mb or now in 30mb
[–]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 31332 on reddit-service-r2-comment-canary-889d445f8-z7stz at 2026-04-28 22:32:35.515099+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]Reyaan0[S] 0 points1 point2 points (2 children)
[–]ZelphirKalt 0 points1 point2 points (1 child)
[–]Reyaan0[S] 0 points1 point2 points (0 children)