Skip to content

PROuserR/Smart-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Calculator 🧮

Smart Calculator made in Python which solves your daily math problems.

Features 🎇

  1. Calculates any given expression
  2. Can compute the following operations:
    • Diverative and Integral
    • Summation
    • Limit
    • Factor and Expand expressions
  3. Solves equalites and inequalties
  4. Graphs functions on a coordinate system
  5. Converts an image to text (if image has clear text)

Installation 💻

Clone the repo:

git clone https://github.com/PROuserR/Smart-Calculator

Create a new virtual environment:

python -m venv .venv

Activate the virtual environment:

. .venv/Scripts/activate

Install the requirements:

pip install -r requirements.txt

Running 🚀

To launch the website simply run the main.py script in src directory:

python main.py

More Inforamtion 📑

To understand the code repository or implement the project your self, I encourage you to read my article which is a walkthrough step-by-step tutorail. Click here

About

Smart Calculator made in Python which solves your daily math problems.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages