A math trainer for kids written in Python and PyQt 6. It includes addition within 100 and multiplication within 10.
pip install math-trainer
git clone https://github.com/limafresh/MathTrainer.git
cd MathTrainer
pip install .
Just run main.py via Python.
math-trainer
The application generates an example with random numbers. You need to enter the correct answer to it and click the "CHECK" button.
math_trainer
:
main.py
: contains the application logicui.ui
: contains the application interface, created in Qt Designerlocales
:*.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.