Skip to content

Files

Latest commit

5ca3f4c · Sep 9, 2022

History

History
7 lines (7 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 413 Bytes

Python Keylogger

Example keylogger code with Python.
The application running with this code is detected by Windows Defender.


Are you want run in Windows?
Okay, so please install pyinstaller then run command in terminal:
pyinstaller --noconfirm --onedir --console --icon "[your ico file path for exe].ico" --no-embed-manifest "C:/Users/[your_user_name]/Desktop/TAYZ-main/[your_python_file].py"