Square789 / tf2_dem_py

TF2 demo parser for python, glued together using C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, which this entire repo is is basically a C copy of.
  • The TF2 source code leak lmao

About

TF2 demo parser for python, glued together using C.

License:MIT License


Languages

Language:C 96.5%Language:Python 3.5%