A simple Arithmetic application that helps you practice multiplication by randomly generating equations and tracking your answer times.
- Setup the environment and program:
https://github.com/sachaRfd/arithmetic-trainer.git
conda env create -f env.yml
conda activate trainer
pip install -e .
- To run the trainer, use:
python trainer.py
- Random multiplication questions
- Tracks quick and slow answers
- Choose range of numbers to use in equations.
- Include Additions, Substractions, Divisions, Fractions, Percentages.