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

No packages published

Languages