This Python package was created solely for educational purposes and contains a bunch of trivial command line games. Python packaging and dependency management was done with Poetry as a part of the Hexlet Python educational course.
Python 3.11 or higher
pip3 install git+https://github.com/mbelveder/python-project-49
Note: you may need to upgrade your pip3
first.
- brain-even: determine if the number is even 🤦
- brain-calc: calculate the result of an expression 🔢
- brain-gcd: find the greater common divisor ⚖️
- brain-progression: determine the missing value in a random arithmetic progression 🤔
- brain-prime: dicide if the given number is prime or not 🤯