A math trainer for kids written in Python and PyQt 6. It includes addition within 100 and multiplication within 10.
Release filename | Build system | Compatible distributions |
---|---|---|
math-trainer_<version>-noble_all.deb |
Ubuntu Noble | Ubuntu Noble (24.04), Debian bookworm (12), Linux Mint 22, others based on Ubuntu 24.04 or Debian 12 |
math-trainer_<version>-oracular_all.deb |
Ubuntu Oracular | Ubuntu Oracular (24.10) |
sudo add-apt-repository ppa:limafresh/math-trainer
sudo apt update
sudo apt install math-trainer
pip install math-trainer
git clone https://github.com/limafresh/MathTrainer.git
cd MathTrainer
pip install .
Just run main.py via Python.
math-trainer
Or run it from the applications menu (it doesn't work from PyPi).
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.
New release numbering: X.X.X.postX (Major, minor, patch, README update or something not related to code).