A short description of your project β what it does and why itβs useful.
This script is used for making hundreds of fraction math problems really fast.
Example:
- What is 7/1 Γ 1/12? A) -1.42 B) -0.42 C) 0.58 D) 1.08. Correct Answer: C
- What is 4/1 + 12/11? A) 6.09 B) 3.09 C) 4.59 D) 5.09. Correct Answer: D
- Create unlimited questions!
- Hosted locally!
- 100% Free!
- 100% Customizable!
- Python (v3.14+)
# Download Python
Run the downloaded installer.
Important: Check the box that says βAdd Python to PATHβ at the bottom.
Click Install Now.
Wait for it to finish, then click Close.
# Python Check
Run: python --version OR py --version
Do this in your Terminal.
# Make a folder
Make a folder that will have your generator in it.
# Making the Script
Copy and paste the script into notepad. Save as "fractions_github.py" (Do not add ".)
# Start Generating
To start generating go to where your folder is. Before you open it right click then press "Open in Terminal".
Once your in the Terminal paste this in, "python fractions_github.py". This tells the script to generate the math problem.
# Whats Next?
If you did all these steps correctly you should see all 500 fraction math problems in the Terminal.