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!
- Host: GitHub
- URL: https://github.com/dmsul/math-worksheets
- Owner: dmsul
- Created: 2020-09-25T00:49:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T00:57:33.000Z (over 5 years ago)
- Last Synced: 2025-04-11T03:40:14.233Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.