Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 405 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 405 Bytes

Python Keylogger

Python Keylogger

𖧹 Local use (no bridge connection yet)

Libraries:

#pip install ftplib
#pip install pynput

.exe (no console):

pyinstaller --onefile --noconsole main.py

Numpad Input:

1 = <97>
2 = <98>
3 = <99>
4 = <100>
5 = <101>          
6 = <102>
7 = <103>
8 = <104>
9 = <105>