MathSolverExtension uses the Google Vision API and SymPy to read and solve math equations directly from screenshots.
- 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.
- Install dependencies:
pip install google-cloud-vision sympy pillow-
Add your Google Cloud Vision API key path to
KEY_PATHinsrc/ocr.py. -
Run the program:
python src/main.py- Start the program.
- Take a screenshot with Win + Shift + S.
- Press Enter in the terminal to see the solution.