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.