Skip to content

ajib6ept/python-project-lvl1

Repository files navigation

Project #1 "Brain Games"


Hexlet tests and linter status:

Actions Status Actions Status Maintainability pre-commit.ci status


This is the first project in the Python learning course hexlet.io

This package contains a few simple games:

  • Check even brain-even - (you need to determine the parity of a number in the range from 10 to 100, answer only "yes" or "no")
  • Calculator brain-calc - (you need to calculate the result of the expression (for example 15 + 8))
  • Greatest common divisor brain-gcd - (you need to find the greatest common divisor of given numbers (for example 14 7))
  • Arithmetic progression brain-progression - (you need to find what number is missing in the progression (for example 13 19 25 31 .. 43 49 55 61 67))
  • Prime number brain-prime - (you need to determine if this number is a prime number in the range from 10 to 100, answer only "yes" or "no")

Installation

Use the dependency management poetry

  • git clone https://github.com/ajib6ept/python-project-lvl1
  • cd python-project-lvl1/ && make install
  • make build
  • make package-install

install


Usage

Brain Even

brain-even

brain-even

Brain Calculator

brain-calc

brain-calc

Brain GCD (Greatest Common Divisor)

brain-gcd

brain-gcd

Brain Arithmetic Progression

brain-progression

brain-progression

Brain Prime Number

brain-prime

brain-prime

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •