Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.5 KB

File metadata and controls

69 lines (42 loc) · 2.5 KB

Brain Games

Actions Status Maintainability Build Status time tracker wemake-python-styleguide Python CI


Description

This is the first training project from the Python-developer profession on Hexlet.io.

This package contains five simple math games.

  1. Check the number of parity brain-even
  2. Calculator brain-calc
  3. Greatest common divisor of a number brain-gcd
  4. Arithmetic progression brain-progression
  5. Is a Prime number brain-prime

Requirements

  • Interpreter Python (version 3.8 and higher)
  • The Python package manager pip

Dependences

  • Library for prompting input on the command line prompt

Installation

python3 -m pip install --user -i https://test.pypi.org/simple/ ramilabd_brain_games
--extra-index-url https://pypi.org/simple prompt

asciicast

Usage

Brain Even

asciicast

Brain Calc

asciicast

Brain Gcd

asciicast

Brain Progression

asciicast

Brain Prime

asciicast

Author

Ramil Aburakhmanov