From b8ff5aa74064cecadd73d0fe3a3f427caf5814c8 Mon Sep 17 00:00:00 2001 From: Can202 Date: Mon, 6 Sep 2021 08:02:59 -0300 Subject: [PATCH] new screen test --- init.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.py b/init.py index 0814364..5144083 100644 --- a/init.py +++ b/init.py @@ -12,6 +12,8 @@ screen.geometry("400x300") screen.resizable(width = False, height = False) def install(): + instscreen = tk.Tk() + instscreen.mainloop() os.system("lxterminal -e 'echo what do you want install? && read install && dnf install $install' && read") def search():