Skip to content

AtharvaH09/python-tkinter-gui-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Python Tkinter GUI Calculator

This simple calculator GUI program, created using Python's Tkinter library, implements basic arithmetic functions within a user-friendly graphical interface. It is designed particularly for educational purposes and is an excellent resource for beginners in Python GUI programming.

Calculator Interface

Key Features

  1. Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
  2. Floating-Point Support: Handles decimal calculations for more precise results.
  3. Error Handling: Gracefully manages common errors like division by zero.
  4. User-Friendly Interface: Features an easy-to-use interface, suitable for both beginners and for educational purposes.

Video Demonstration

tkinter.Calculator.2024-04-19.13-31-36.mp4

Getting Started

Prerequisites

Before running this calculator, ensure you have Python installed on your system. If not, you can download it from python.org. This project is built using Python 3.12.2 64-bit.

Installation

Clone the repository to your local machine:

git clone https://github.com/AtharvaH09/python-tkinter-gui-calculator.git
cd python-tkinter-gui-calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages