certsocietegenerale / event2timeline

Simple Microsoft Windows sessions event logs visualization
GNU General Public License v3.0
150 stars 28 forks source link

Update requirements, formatting and move to python3 #6

Open MarcVillain opened 2 years ago

MarcVillain commented 2 years ago

Firstly, thank you for this very useful script.

Secondly, I apologize for the magnitude of this merge request.

Despite the number of changes, I only applied formatting with black, and updated the script to work with python3 (prints, format strings, ...). I did NOT touch any logic.

I also had to update the requirements to be able to run the script under a python3 environment.

I tried to split it into multiple commits/merge requests, but honnestly, it did not help much.