Skip to content

A straightforward, easy to use calculator built using Python. This project demonstrates basic arithmetic operations (addition, subtraction, multiplication, division) through a clean and simple user interface. It's designed to provide a quick, practical solution for basic calculations in everyday use.

Notifications You must be signed in to change notification settings

KinfemichaelTilahun/Simple_Python_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python Calculator

This is a simple calculator built using Python and Tkinter. It supports basic mathematical operations such as addition, subtraction, multiplication, division, exponentiation, square roots, and constants like Pi (π).

Features

  • Basic Operations: Addition (+), Subtraction (-), Multiplication (×), Division (÷).
  • Advanced Operations: Exponentiation (^), Square Root ().
  • Constants: Pi (π).
  • Error Handling: Invalid inputs will trigger an error message.

Requirements

  • Python 3.13
  • Tkinter (usually comes with Python)

Installation

To use this calculator, you don't need to install any external libraries if you already have Python and Tkinter installed. To run the project:

  1. Clone the repository:

    git clone https://github.com/NinjaKinfe1/Simple_Python_Calculator.git

About

A straightforward, easy to use calculator built using Python. This project demonstrates basic arithmetic operations (addition, subtraction, multiplication, division) through a clean and simple user interface. It's designed to provide a quick, practical solution for basic calculations in everyday use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages