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.
- Host: GitHub
- URL: https://github.com/viztruth/scientific-gui-calculator-full-code
- Owner: Viztruth
- License: mit
- Created: 2023-05-10T09:41:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T00:52:45.000Z (over 2 years ago)
- Last Synced: 2025-06-09T10:41:37.908Z (6 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 338 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scientific GUI Calculator in Python
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!