Python naciśnij klawisz, aby się przerwać

 if keyboard.is_pressed('q'):  # if key 'q' is pressed 
            print('You Pressed A Key!')
            break  # finishing the loop
crizzhd