Skip to content

This Python package was created for educational purposes and contains a bunch of trivial command line games. Python packaging and dependency management was done with Poetry.

Notifications You must be signed in to change notification settings

mbelveder/simple_console_games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤯

About

This Python package was created for educational purposes and contains a bunch of trivial command line games. Python packaging and dependency management was done with Poetry.

Resources

Stars

Watchers

Forks