Skip to content

Monkey8596/Practice_Exercise_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercises with Pyhton 🤖

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 .

Game Project

In order to run the game you will need to follow the comnands on the shell:

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

Practice some comands with python and POO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages