I am writing a program using Python and PyQt5. I want my program to perform an action upon specific key presses.
For example, if the users input 000 on their keyboard, the program prints ("Three Zeros Entered").
I was wondering if there are any ways I could track user keyboard inputs and then based on that, perform some kind of action.