This project is a simple example of using the pynput library to listen to keyboard events in Python.
The program receives each key that is pressed and processes the data after the number of keys reaches a certain value.
The pynput library is used to control and monitor system inputs (keyboard and mouse).
In this project:
keyboard.Listeneris used to listen to the keyboardon_pressevent is fired every time a key is pressed
Installation:
pip install pynput