Smart Calculator made in Python which solves your daily math problems.
- Calculates any given expression
- Can compute the following operations:
- Diverative and Integral
- Summation
- Limit
- Factor and Expand expressions
- Solves equalites and inequalties
- Graphs functions on a coordinate system
- Converts an image to text (if image has clear text)
Clone the repo:
git clone https://github.com/PROuserR/Smart-CalculatorCreate a new virtual environment:
python -m venv .venvActivate the virtual environment:
. .venv/Scripts/activateInstall the requirements:
pip install -r requirements.txtTo launch the website simply run the main.py script in src directory:
python main.pyTo 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