Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Square789/tf2_dem_py
TF2 demo parser for python, glued together using C.
https://github.com/Square789/tf2_dem_py
demo parser source-engine team-fortress-2 tf2
Last synced: 1 day ago
JSON representation
TF2 demo parser for python, glued together using C.
- Host: GitHub
- URL: https://github.com/Square789/tf2_dem_py
- Owner: Square789
- License: mit
- Created: 2020-03-02T21:35:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T05:05:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T13:21:54.910Z (3 months ago)
- Topics: demo, parser, source-engine, team-fortress-2, tf2
- Language: C
- Homepage:
- Size: 310 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tf2-devs - Square789/tf2_dem_py - C - C port of demostf/parser with python bindings (Table of contents / Demos related)
README
# tf2_dem_py
TF2 demo parser with python interfacing, written in C._(This project is under development, no built distribution packages as of yet.)_
### Installation instructions:
Can be built as a singular pyd extension module by running `setup.py build_ext -i`, however may need tweaking to suit your environment.### Usage:
Nothing concrete yet; See the script `run.py`.### Thanks:
* The [demos.tf parser](https://www.github.com/demostf/parser), which this entire repo is is basically a C copy of.
* The TF2 source code leak lmao