Skip to content

A basic calculator built with Python and Tkinter that performs arithmetic operations including addition, subtraction, multiplication, division, percentage calculations, and sign changes. This project was created to deepen my understanding of Python programming and GUI development using the Tkinter library.

License

Notifications You must be signed in to change notification settings

crawford-j/simple-tkinter-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Simple Tkinter Calculator

A basic calculator built with Python and Tkinter that performs arithmetic operations including addition, subtraction, multiplication, division, percentage calculations, and sign changes. This project was created to deepen my understanding of Python programming and GUI development using the Tkinter library.

Features

  • Supports basic arithmetic operations: addition, subtraction, multiplication, division
  • Handles decimal points, negative numbers, and percentage calculations
  • Includes clear, backspace, and change-sign functionality
  • Responsive button layout using grid configuration
  • Input and results displayed in a styled label

Getting Started

Prerequisites

  • Python 3.x installed on your system

Running the Calculator

  1. Clone the repository or download the source code.
  2. Run the script using the command below:
python tkinter-calculator.py

About

A basic calculator built with Python and Tkinter that performs arithmetic operations including addition, subtraction, multiplication, division, percentage calculations, and sign changes. This project was created to deepen my understanding of Python programming and GUI development using the Tkinter library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages