QuinnSong / LoveMath

A very simple tool to generate random arithmetic equations using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Love Math 1.27

A very simple tool to generate random arithmetic equations using Python

Python version

2.7

Screenshot

N|Solid

Features:

  • Generate multiple-step equations
  • Support two formats:
    1. Horizontal
    2. Vertical
  • Define operation range, e.g. 5, 10, 100...etc.
  • Generate unknown equations
  • Operations can be a combination of the following:
    1. + : addition
    2. - : subtraction
    3. * : multiplication
    4. / : division
    5. () : brackets
  • Custom header and footer
  • Export questions/answers to separate text files
  • Preview / Print the questions
  • Show / Hide answers
  • Options of tenths and hundredths decimals
  • Options of borrow/carry in addition and subtraction

2017.06.25

About

A very simple tool to generate random arithmetic equations using Python

License:MIT License


Languages

Language:Python 100.0%