williballenthin / python-evt

Pure Python parser for classic Windows Event Log files (.evt)
Apache License 2.0
48 stars 11 forks source link

Open a .evt file #4

Open ChibahAbdelwahab opened 5 years ago

ChibahAbdelwahab commented 5 years ago

Hi, I have some .evt files i would like to open and copy data into a python array, These files are generated from an access system, each event is directly saved into .evt file, I can't connect to the server to get the events because i have to develop an app from another computer. So i have copied some of the files into my computer, i want now to open a file and extract the data to a python How can i do this with python-evt ? Thanks!