An open API service indexing awesome lists of open source software.

https://github.com/dmsul/math-worksheets

Generate random math problems for grade schoolers!
https://github.com/dmsul/math-worksheets

Last synced: 3 months ago
JSON representation

Generate random math problems for grade schoolers!

Awesome Lists containing this project

README

          

Math Worksheet Generator
------------------------

Requires Python 3.6+ (f-strings).

Usage:
1. Edit the Python file `generate_pages.py` to desired output, e.g., number of
pages, type of pages (addition, subtraction, etc.).
2. Run the Python script.
3. Edit the LaTeX file `worksheet.tex` so the foreach loop grabs all the pages
you created in Step 2.
4. Compile `worksheet.tex`.
5. Clean up all your temporary files. Or don't. I'm not your dad.