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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:Python 100.0%