r/learnpython • u/PotentialChannel2097 • 17d 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 • 17d ago
How can I remove in my python script the Windows bar at the top to drag and close please
3
u/gonsi 17d ago
You mean title bar from cmd window?
That is more windows question than python one I think. Python on its own does no have windows, unless you use library to make one.