Metadata-Version: 2.1
Name: jkulds-brain-games
Version: 0.1.3
Summary: Простой набор головоломок
Home-page: https://github.com/jkulds/python-project-49
Author: jkulds
Author-email: w84my5@yandex.ru
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: prompt (>=0.4.1,<0.5.0)
Project-URL: Repository, https://github.com/jkulds/python-project-49
Description-Content-Type: text/markdown

### Hexlet tests and linter status:
[![Actions Status](https://github.com/jkulds/python-project-49/workflows/hexlet-check/badge.svg)](https://github.com/jkulds/python-project-49/actions)
<a href="https://codeclimate.com/github/jkulds/python-project-49/maintainability"><img src="https://api.codeclimate.com/v1/badges/d3dd697c8bf3a0ac2e78/maintainability" /></a>

## Brain Games
Set of command line math puzzles

### brain-even
Check if given number is even

[Demo screencast](https://asciinema.org/a/GXtTfdFCwYElScZCe842l6afl)

### brain-gcd
Find gcd of given two numbers

[Demo screencast](https://asciinema.org/a/QZf2McpQ8vWA6iwK1U7t7Y3jX)

### brain-calc
Calculate result of given math expression

[Demo screencast](https://asciinema.org/a/MfyQuSqWadUN3b6MMUmY5jc3s)

### brain-progression
Find missed element of progression

[Demo screencast](https://asciinema.org/a/MFN6I3Zn6XkaNZ5nMfITpv5nD)

### brain-prime
Check if given number is prime

[Demo screencast](https://asciinema.org/a/DMOTi5GcU2ZKdjcvi5R8Vjcdo)
