This repository was created and maintained by Aleksandr Efimovskiy
- Download repository
git clone https://github.com/bdf715/python-project-lvl1.git
- Make sure you have poetry and make installed on your machine
cd python-project-lvl1
make install
make build
make package-install
This will install brain-games in current user environment
- To run games:
brain-calc
brain-even
brain-progression
brain-prime
brain-gcd
This project was built using these tools:
Tool | Description |
---|---|
poetry | "Python dependency management and packaging made easy" |
flake8 | "Python PEP8 linter" |
make | "GNU utility, used to build and install your package without knowing the details of how that is done" |