joshuaskelly / vgio

File I/O for video games
MIT License
40 stars 8 forks source link
file-formats python video-game

vgio

vgio

[Python 3.6]() PyPI version Build Status Documentation Status Discord

vgio is a Python package for video game file I/O

Mission

Supported Games

Installation

$ pip install vgio

Usage

from vgio.quake.bsp import Bsp

with Bsp.open('./maps/start.bsp') as bsp_file:
   """Do rad stuff with the BSP data structure!"""

Documentation

API documentation is available on readthedocs.

Tests

$ python -m unittest discover

License

MIT

See the license document for the full text.