Metadata-Version: 2.4
Name: batch24-28
Version: 1.1.4
Summary: A simple Python library with art and an advanced calculator
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# batch24-28

A robust, multi-featured Python library built for terminal interactivity, including professional styling, advanced calculation engines, and interactive text-based games.

## Installation

You can install this library directly from PyPI using pip:

```bash
pip install batch24-28



from batch24_28 import print_hello

print_hello()



from batch24_28 import AdvancedCalculator

calc = AdvancedCalculator()
calc.interact()



from batch24_28 import RockPaperScissors

game = RockPaperScissors()
game.play()



from batch24_28 import TerminalChess

game = TerminalChess()
game.play()
