/math-worksheets

Generate random math problems for grade schoolers!

Primary LanguagePython

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.