Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

math-assistant-cli

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math-assistant-cli

AI-powered math problem solver and tutor

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

Math Assistant CLI

A command-line tool that uses Claude AI to help with math problems. Just show it a picture of your math problem and get explanations, similar practice problems, and solution checking.

Installation

pip install math-assistant-cli

You'll need an Anthropic API key. Set it as an environment variable:

export ANTHROPIC_API_KEY='your-api-key-here'

Quick Start

  1. Explain a problem:
math-assist explain problem.jpg
  1. Interactive mode:
math-assist
  1. Different formatting:
math-assist explain problem.jpg --format rich

Features

  • 📸 Upload images of math problems
  • 💬 Get step-by-step explanations
  • 🏋️ Generate similar practice problems
  • ✅ Check your solutions
  • 💾 Save conversations for later
  • 🎨 Multiple output formats

Interactive Commands

When in interactive mode:

  • image: path/to/image.jpg - Load a new problem
  • save - Save the conversation
  • quit - Exit

Examples

  1. Quick explanation:
math-assist explain calc_problem.jpg
  1. Interactive session:
math-assist
> image: integral.jpg
> Can you explain the first step?
> How do I know which substitution to use?
> save conversation.txt
> quit

Contributing

Contributions welcome! See CONTRIBUTING.md for details.

License

MIT License - see LICENSE for details.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc