Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 631 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 631 Bytes

Arithmetic Trainer

A simple Arithmetic application that helps you practice multiplication by randomly generating equations and tracking your answer times.

Installation

  1. Setup the environment and program:
https://github.com/sachaRfd/arithmetic-trainer.git
conda env create -f env.yml
conda activate trainer
pip install -e .
  1. To run the trainer, use:
python trainer.py

Features

  • Random multiplication questions
  • Tracks quick and slow answers

Future Features:

  • Choose range of numbers to use in equations.
  • Include Additions, Substractions, Divisions, Fractions, Percentages.