A simple script for parsing the console output from a TTT game.
These instructions will get you a copy of the project up and running on your local machine.
- Python 3.7+
Clone the repository to your machine:
git clone https://github.com/barnesew/ttt-log-analyzer.git
Make sure you have at least Python 3.7 installed on your system and that the following command is in your path:
python -V
To analyze console logs from a TTT game, save the console output to a file such as console.txt. You'll then want to edit the INPUT_FILE variable in the python ttt_log_analyzer.py:
INPUT_FILE = "console.txt"
After that, execute the following command from terminal to print out the results to console:
python ttt_log_analyzer.py
- Evan Barnes
See also the list of contributors who participated in this project.
This project is licensed under the Apache-2.0 License - see the LICENSE.md file for details.