import keyboard, time # Continuously check if 'c' key is pressed while True: if keyboard.is_pressed('c'): print('The c key was pressed')