To install the dependencies, use the command below in your shell.
pip install pygame -U
pip install pygame_gui -U
Run the main.py
file using the command below to run the project.
python main.py
To build an executable you will need the cx_Freeze
library. To install run the command below in your shell.
pip install cx_Freeze -U
And to build use this command
C:/Python34/python setup.py build
Go to the \build\exe.win-amd64-3.8
or similar and execute main.exe
Vinicius Santana |
Mateus Mendonça |
Este projeto esta sobe a licença Apache.