This is a basic semi-minimalist scientific calculator that has a number of essential functions that are generally used in science and math classes.
There is no need to install any packages, as you only need the built in modules math and tkinter.
-
Fork the repo, then clone it on your local machine
Open powershell window or command prompt and run the command give below
$ python main.py
-
You can also access the .exe file and get going.
- Python 3 - The IDE used
- Tkinter module - GUI and styling
- Math module - Functions
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. For more details on contributions, refer to CONTRIBUTING.md.