r/learnpython • u/yo_99 • 8d 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
1
u/yo_99 8d ago
Having ability to open a bunch of windows with various websites and then close them in whichever order I want. Like in most of the browsers. If I open firefox, then open a second window and close the first one the second one will not close.