new screen test

master
Can202 2021-09-06 08:02:59 -03:00
parent f9db3776bc
commit b8ff5aa740
1 changed files with 2 additions and 0 deletions

View File

@ -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():