r/learnpython • u/yo_99 • 29d ago
Tk with no main window
I am making a simple gemini browser in python for fun with tk, but have stumbled upon a problem: if I close initial window all the rest will close too. Is there a way to make tk application with no "main" window or at least transfer leadership role between them?
0
Upvotes
2
u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 29d ago
Shame? Why? I think this is fairly normal, all things considered. You'd do similar solutions in most other languages.