An open API service indexing awesome lists of open source software.

https://github.com/codenameakshay/scientific-expression-calculator

This project aims to build a GUI based calculator in Python that can calculate various expressions and equations.
https://github.com/codenameakshay/scientific-expression-calculator

Last synced: 10 months ago
JSON representation

This project aims to build a GUI based calculator in Python that can calculate various expressions and equations.

Awesome Lists containing this project

README

          

This project needs tkinter and math modules for Python.
After installing them simply run the expression.py file and screen like this appears :

![StartingScreen](images/1.png)

Some Example expressions :

![Example1](images/2.png)

![Example2](images/3.png)

![Example3](images/4.png)

![Example4](images/5.png)

![Example5](images/6.png)

![Example6](images/7.png)

![Example7](images/8.png)

![Example8](images/9.png)

![Example9](images/10.png)

![Example10](images/11.png)