Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 289 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 289 Bytes

Quake Log Parser

This project is meant to read, parse and present the data contained in a Quake log

Dependencies

  • Python 3.x
  • Make (Optional)

Usage

# run project
make dev
# or
python3 ./main.py

# unit tests
make unit-test
# or
python3 -m unittest discover .