Skip to content

MathSolverExtension uses the Google Vision API and SymPy to read and solve math equations directly from screenshots.

Notifications You must be signed in to change notification settings

KrishnaRaheja/MathSolverExtention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MathSolverExtension

MathSolverExtension uses the Google Vision API and SymPy to read and solve math equations directly from screenshots.

Features

  • Capture equations with the Snipping Tool (clipboard).
  • Extract text using OCR (Google Vision API).
  • Normalize math symbols and formatting.
  • Solve equations, simplify expressions, or evaluate numeric results.

Setup

  1. Install dependencies:
pip install google-cloud-vision sympy pillow
  1. Add your Google Cloud Vision API key path to KEY_PATH in src/ocr.py.

  2. Run the program:

python src/main.py

Usage

  1. Start the program.
  2. Take a screenshot with Win + Shift + S.
  3. Press Enter in the terminal to see the solution.

About

MathSolverExtension uses the Google Vision API and SymPy to read and solve math equations directly from screenshots.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages