Skip to content

Simple modern calculator implemented in Python using Tkinter for basic arithmetic operations with a user-friendly interface, keyboard input support, and error handling.

iiiiOreo/Modern-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Modern Calculator with Tkinter

This is a basic calculator application built using Python's Tkinter library. The calculator provides a user-friendly interface with standard arithmetic operations (addition, subtraction, multiplication, division) and supports both keyboard input and button clicks.

Features:

User-Friendly Interface:

The calculator has a clean and intuitive user interface with a display to show the entered expressions and results.

Basic Arithmetic Operations:

Addition, subtraction, multiplication, and division are supported.

Keyboard Input:

Users can input calculations using both the on-screen buttons and the keyboard.

Clear and Equal Button:

The calculator includes buttons for clearing the input and evaluating the expression.

Error Handling:

The calculator handles basic errors, such as division by zero, and displays appropriate messages.

How to Run:

Ensure you have Python installed on your machine.

Clone the repository: git clone https://github.com/your-username/calculator.git

Navigate to the project directory: cd calculator

Run the calculator: python calculator.py

Feel free to explore the code and make any enhancements or modifications. Contributions are welcome!

About

Simple modern calculator implemented in Python using Tkinter for basic arithmetic operations with a user-friendly interface, keyboard input support, and error handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages