Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.37 KB

Actions Status

Maintainability

Description

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.

Requirements

Python 3.11 or higher

Installation

pip3 install git+https://github.com/mbelveder/python-project-49

Note: you may need to upgrade your pip3 first.

Usage examples:

  • 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 🤯