More python projects and practices using the languaje
A series of practices where Python is executed with different projects and tools where i put in practice the different concepts of the languaje based on the platzi course .
In order to run the game you will need to follow the comnands on the shell:
cd game
python3 main.py
git clone
cd app
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py