Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 258 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 258 Bytes

Prodigy summer internship Task 4: a keylogger that collects keystrokes and stores the data in a file

Using Python and the pynput package, I built a keylogger for this assignment that logs every key I press on the keyboard and saves it in a keylog.txt file.