Skip to main content

CS:GO demo file parser.

Project description

demoparser is a library for parsing CS:GO demo files.

As the file is processed events are emitted for which callbacks can be registered.

Quick start

  1. Install:

    pip install demoparser
  2. Parse a demo:

    >>> from demoparser.demofile import DemoFile
    >>> data = open('/path/to/demofile', 'rb').read()
    >>> df = DemoFile(data)
    >>> df.parse()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csgo-demoparser-0.0.1.tar.gz (413.9 kB view hashes)

Uploaded Source

Built Distributions

csgo_demoparser-0.0.1-cp36-cp36m-manylinux1_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.6m

csgo_demoparser-0.0.1-cp35-cp35m-manylinux1_x86_64.whl (1.2 MB view hashes)

Uploaded CPython 3.5m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page