Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 804 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 804 Bytes

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