fullscreen app
This commit is contained in:
parent
cb2016f86b
commit
4de2805410
1 changed files with 1 additions and 1 deletions
2
ben10.py
2
ben10.py
|
@ -3,7 +3,7 @@ from tkinter import *
|
||||||
root = Tk()
|
root = Tk()
|
||||||
|
|
||||||
root.title("Omnitrix")
|
root.title("Omnitrix")
|
||||||
|
root.attributes('-fullscreen',True)
|
||||||
count = 0
|
count = 0
|
||||||
|
|
||||||
def count_up():
|
def count_up():
|
||||||
|
|
Loading…
Add table
Reference in a new issue