#pip install keyboard import keyboard while True: # Do your stuff if keyboard.is_pressed("q"): # Key was pressed break