[ad_1]
Just set it to full-screen:
import tkinter
example_window = tkinter.Tk()
example_window.attributes('-fullscreen', True)
[ad_2]
solved How do you make a basic fullscreen window in Python?
[ad_1]
Just set it to full-screen:
import tkinter
example_window = tkinter.Tk()
example_window.attributes('-fullscreen', True)
[ad_2]
solved How do you make a basic fullscreen window in Python?