From 4de2805410d4993b913f74b13521b301160208fc Mon Sep 17 00:00:00 2001 From: superdimensional Date: Tue, 27 Apr 2021 03:46:53 -0400 Subject: [PATCH] fullscreen app --- ben10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ben10.py b/ben10.py index e69adab..16745c5 100644 --- a/ben10.py +++ b/ben10.py @@ -3,7 +3,7 @@ from tkinter import * root = Tk() root.title("Omnitrix") - +root.attributes('-fullscreen',True) count = 0 def count_up():