Skip to content

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

License

Notifications You must be signed in to change notification settings

Viztruth/Scientific-GUI-Calculator-FULL-CODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!