Metadata-Version: 2.4
Name: eldar-math-trainer
Version: 1.0.0
Summary: CLI based math training game
Author: Eldar
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Eldar Math Trainer

CLI əsaslı riyaziyyat məşq oyunu.

## Quraşdırma
pip install eldar-math-trainer

## İstifadə

```python
from eldar_math_trainer import MathTrainer

game = MathTrainer(level="easy", rounds=5)
game.play()
