A simple math problem generator using Python.
This project generates random math problems for various operations and difficulty levels.
- Addition, Subtraction, Multiplication, and Division operations
- Adjustable difficulty levels (Easy, Medium, Hard)
- Customizable problem types
- Option to generate a specific number of problems
- Python 3.x
- Familiarity with Python's
random
library
- Clone the repository:
git clone https://github.com/muhammadumerbinfarooq/math-problem-generator-python.git
- Navigate to the project directory:
cd math-problem-generator-python
- Run the program:
python math_problem_generator.py
Contributions are welcome! If you have any suggestions or improvements, please feel free to submit an issue or a pull request.