Date: 2024-10-28 12:03:32
Score: 2.5
Natty:
Check this answer: How do I change tkinter default title in OS bar?
The following should do the trick. I had the same issue on Ubuntu 24.04
program=Tk(classname="My Window")
program.mainloop()
Reasons:
- Blacklisted phrase (1): How do I
- Whitelisted phrase (-1): I had the same
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (1):
Posted by: Kailash Kalyani