https://github.com/skmirajulislam/calce
APPLICATION SOFTWARE - MACOS | WINDOWS | LINUX
https://github.com/skmirajulislam/calce
calculator-application gui gui-application python3
Last synced: about 1 month ago
JSON representation
APPLICATION SOFTWARE - MACOS | WINDOWS | LINUX
- Host: GitHub
- URL: https://github.com/skmirajulislam/calce
- Owner: skmirajulislam
- License: apache-2.0
- Created: 2024-03-21T18:14:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T18:25:39.000Z (over 2 years ago)
- Last Synced: 2025-01-16T04:44:04.703Z (over 1 year ago)
- Topics: calculator-application, gui, gui-application, python3
- Language: Python
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator Application
Calculator Application is a simple scientific calculator built using Python's tkinter library. It provides various mathematical functions and operations, including basic arithmetic, trigonometric functions, exponential functions, logarithmic functions, and more.
## Features
- **Basic Arithmetic Operations**: Addition, subtraction, multiplication, and division.
- **Trigonometric Functions**: Calculate sine, cosine, and tangent of angles.
- **Exponential Functions**: Compute square roots, cube roots, powers of numbers, and more.
- **Logarithmic Functions**: Calculate natural logarithm, base 10 logarithm, and factorial of a number.
- **Constants**: Includes commonly used constants like π and Euler's number (e).
- **Error Handling**: Displays appropriate error messages for invalid inputs and operations.
## Usage
1. Clone the repository:
```bash
git clone https://github.com/skmirajulislam/Calculator-Application.git
```