Logs your squadron battle games using the localhost servers that WT hosts

- Download
main.pyfrom this repo. - Download
Visual Studio Code(or any other Python IDE but I reccomend VSCode) - Download
Pythonon your PC if you dont aready have it. When installing make sure you select "Add Python to PATH" - Create a folder anywhere on your computer called
Code - Move
main.pyinto your new folder. - Open VSCode and select "Open Folder".

- Navigate to where the folder you made in step 4 is and open it.

- Open a new terminal

- In terminal, run
python -m venv venv, and thenvenv\Scripts\activate(this is optional but helps keep your PC more organized if you plan on coding in the future) - Type
pip install tkinter - After that installs type in
python main.pyand now the program is running.