I want to make a program that goes full screen and when I mean full screen I don't mean like maximized I mean like it covers the whole screen so like you can't see the taskbar and all that,
Any Ideas?, Thanks In Advance!
Approach: Importing tkinter package. Creating a tkinter window with name window. Setting the window attribute fullscreen as True.
window.mainloop() tells Python to run the Tkinter event loop. This method listens for events, such as button clicks or keypresses, and blocks any code that comes after it from running until you close the window where you called the method.
In tkinter, we can create a Popup window or a child window by defining a Toplevel(master) constructor. This will allow the tkinter application to create another window which can be resized dynamically by defining its size property.
In Tkinter, minsize() method is used to set the minimum size of the Tkinter window. Using this method a user can set window's initialized size to its minimum size, and still be able to maximize and scale the window larger. This method is used to set the maximum size of the root window.
Here's a link to a tutorial for making a fullscreen window (window the size of the screen, with title bar and start menu suppressed) with Tkinter. It looks like originally the poster wanted to make a slideshow application, and just posted their code for fullscreen.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With