$ python3 -m pip install --user git+https://github.com/byMystick/python-project-49
$ brain-even: Answer "yes" if the number is even, otherwise answer "no".
$ brain-calc: What is the result of the expression?
$ brain-gcd: Find the greatest common divisor of given numbers.
$ brain-progression: What number is missing in the progression?
$ brain-prime: Answer "yes" if given number is prime. Otherwise answer "no".
Clone the repository
$ git clone [email protected]:byMystick/python-project-49.git
Use make (Makefile):
Environment setup, dependency installation $ make install
Package assembly $ make build
Publish package $ make publish
Package install $ make package-install