Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.9 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.9 KB

Math trainer

Static Badge Static Badge Static Badge Static Badge Static Badge Ruff

A math trainer for kids written in Python and PyQt 6. It includes addition within 100 and multiplication within 10.

Math trainer running on KDE Plasma 5.27 desktop

Installation

From .deb file (Debian/Ubuntu/Linux Mint)

Download .deb file

From PyPi via pip

pip install math-trainer

From source

Via pip

git clone https://github.com/limafresh/MathTrainer.git
cd MathTrainer
pip install .

Easy to run without installation

Just run main.py via Python.

Usage

math-trainer

How to use

The application generates an example with random numbers. You need to enter the correct answer to it and click the "CHECK" button.

Additional information

math_trainer:

  • main.py: contains the application logic
  • ui.ui: contains the application interface, created in Qt Designer
  • locales:
    • *.ts: translation files created in Qt Linguist
    • *.qm: contain translation, created as a result of conversion from .ts by the lrelease utility
  • sounds: contain sounds of correct and wrong answers

pyproject.toml: contains information needed for installation via pip

Sound effects authors: Fupy, 0new4y; from OpenGameArt.org, sounds licensed under CC0.