def install_tk_debian(): print("System Type: Debian") print("Installing python-tk (Tkinter)") os.system('sudo apt-get install -y python-tk')