0
I am wanting to make a condition through the keys that the user press. For example, if it press 'ENTER' the script continues and press 'ESC' the script to. I searched the internet but found nothing specific. Any suggestions for a library?
ps: I am programmed in Python.
You can use the library
keyboard
and set events for each key.– JeanExtreme002