Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 300 Bytes

README.rst

File metadata and controls

10 lines (7 loc) · 300 Bytes

Arithmetic expression generator

This program generates random arithmetic expressions. They can be used for education or just for fun.

It does not simply generate randomly. It generates expressions more suitable for human calculation.

Dependency: PyYAML and docopt.