Alicbm / curso-python-pip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Project

For run the game you must follow the following instructions in the terminal:

cd game
python3 main.py

App Project

git clone
cd app
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt 
python3 main.py

About


Languages

Language:Python 87.5%Language:Dockerfile 12.5%