# mouselogger.py Script that timestamps and logs all mouse input to file. ## requirements works on python3.9 pynput module `pip install pynput` ## usage from the commandline: + `python mouselogger.py` will log all mouse input to default logfile `mouselog.log` in the same folder + `python mouselogger.py [user-specified logfile]` will instead log to user-specified logfile