Simple keylogging application that monitors keys and stores them in a database. In order to make program functional, a mongoDB database cluster will need to be set up and connected to. There are comments in the code where the mongoDB information needs to be entered. You will also need to install pyinput. The links needed for these 2 entities are linked below.
Database Platform(MongoDB);
Library needed to listen to key input: