A simple event-driven application that listens for keyboard events.
- Install dependencies:
pip install -r requirements.txtpython keyboard_listener.py- Press any key to see the event logged
- Press ESC to exit the application
The application runs in a loop and waits for keyboard input events.