Skip to content

OhACD/Math-Question-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Math Question Generator

A Python CLI tool that generates math questions for elementary students (grades 4-6).

Features

  • Arithmetic Questions: Addition and subtraction problems with multiple choice answers
  • Word Problems: Real-world scenarios involving money and simple calculations
  • Multiplication/Division problems: Multiplication/Division problems with checks to insure non-zero division
  • Counting Problems: Counting problems involving finding the next number in the sequence
  • Random question generation for varied practice

Installation

  1. Clone this repository
  2. Ensure you have Python 3.7+ installed

Usage

Run the question generator from the src directory:

cd src
python question_generator.py

The tool will randomly generate either an arithmetic question, a word problem, a counting or a multiplication problem with multiple choice answers.

Future Plans

  • Flask API wrapper for web access
  • Simple frontend interface
  • Additional question types (multiplication, division, fractions)
  • Difficulty levels
  • Question worksheets generation

License

MIT

About

A simple CLI tool that generates Math questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages