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

https://github.com/viztruth/scientific-gui-calculator-full-code

GUI calculator built using Python’s Tkinter module that allows users to interact using buttons for performing mathematical operations.
https://github.com/viztruth/scientific-gui-calculator-full-code

calculator calculator-python calculator-python-tkinter calculator-python3-tkinter full-code graphical-user-interface monolithic python python-assignment python-project python-tkinter python-tkinter-application python-tkinter-gui python3 scientific-calculator tkinter tkinter-graphic-interface tkinter-gui

Last synced: 4 months ago
JSON representation

GUI calculator built using Python’s Tkinter module that allows users to interact using buttons for performing mathematical operations.

Awesome Lists containing this project

README

          

Scientific GUI Calculator in Python


Golang

A GUI calculator built using Python’s Tkinter module that allows users to interact using buttons for performing mathematical operations. For more detailed information (with images/screenshots), read the `About File (PDF)`.

Supports both Scientific and Standard mode.

The **_Standard mode_** performs the basic types of calculations such as multiplication, addition, subtraction, division, square root, and percentage calculations.

The **_Scientific mode_** performs all the operations of the standard mode along with logarithmic and trigonometric functions!

Features -


🔹 Easy to use.

🔹 Source code is monolithic, i.e. the entire source code is written in a single file. Hence, easy to download and run!

How to use?


Just download/copy the source code [scientificcalc.py] and run the file. Make sure that all the packages/libraries are installed before running. Short descriptions are provided along with the code wherever necessary for your understanding.

If you found the resource useful, don’t forget to star ⭐ the repo and share it. ➕Follow me for more such fun projects!