pnxenopoulos / awpy

Python library to parse, analyze and visualize Counter-Strike 2 data
http://www.awpycs.com
MIT License
361 stars 56 forks source link

Rewrite parser with demoparser2 #307

Closed pnxenopoulos closed 4 weeks ago

pnxenopoulos commented 4 months ago

We want to switch to using the demoparser2 library: https://pypi.org/project/demoparser2/

The API will change from using a class to instead using a parse_demo() method. The output will be a dictionary of pandas dataframes, so we can utilize all ticks.