https://github.com/nathancordeiro/scientific-calculator-app
Just a cool and simple scientific calculator made with Tkinter
https://github.com/nathancordeiro/scientific-calculator-app
Last synced: 7 months ago
JSON representation
Just a cool and simple scientific calculator made with Tkinter
- Host: GitHub
- URL: https://github.com/nathancordeiro/scientific-calculator-app
- Owner: NathanCordeiro
- Created: 2024-03-14T19:04:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T08:23:49.000Z (over 1 year ago)
- Last Synced: 2025-02-07T00:20:21.827Z (9 months ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scientific Calculator
Description
The Scientific Calculator is a graphical user interface (GUI) application built using Python and the Tkinter library. It provides users with a comprehensive set of mathematical functions including basic arithmetic operations, trigonometric functions, square root, and more. The calculator supports input in infix notation and evaluates expressions accordingly.
Features
- Basic arithmetic operations: addition, subtraction, multiplication, division
- Trigonometric functions: sine, cosine, tangent
- Square root function
- Exponential function
- Percentage calculation
- Conversion between binary, decimal, hexadecimal, and octal number systems
- Responsive GUI layout with clear button labels
- Error handling for invalid expressions and operations
Usage
- Clone or download the repository to your local machine.
- Ensure you have Python installed (version 3.6 or later).
- Run the
calculator.py
script:
python calculator.py
The calculator GUI will open. Enter expressions using the provided buttons.
Click the "=" button to evaluate the expression.
Use the "C" button to clear the input.
Explore additional features such as trigonometric functions, percentage calculation, and number system conversions.