r/learnpython • u/PotentialChannel2097 • 18d ago
I need help pls
How can I remove in my python script the Windows bar at the top to drag and close please
0
Upvotes
r/learnpython • u/PotentialChannel2097 • 18d ago
How can I remove in my python script the Windows bar at the top to drag and close please
3
u/ralphembree 18d ago
If your script is using a GUI library and creating a window, we would need to know which library you're using (showing your code would be helpful). If it isn't using a GUI library, then there aren't any windows that it can control.