An open API service indexing awesome lists of open source software.

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

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


  1. Clone or download the repository to your local machine.

  2. Ensure you have Python installed (version 3.6 or later).



  1. 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.