TanGentleman / KeyMaster

A comprehensive toolkit for python classes and easy to use scripts for logging, analyzing, and simulating keystrokes.
MIT License
1 stars 0 forks source link

Use custom class LogDecoder for clarity #41

Closed TanGentleman closed 10 months ago

TanGentleman commented 10 months ago

decode the json in KeyParser.extract_logs [Logfile->List of Logs]

TanGentleman commented 10 months ago

Turns out logs: list[Log] = json_load(f, cls=KeystrokeDecoder) is more than sufficient!