Skip to content

My first simple Graphical User Interface project. Simple calculator developed by using the Tkinter module

Notifications You must be signed in to change notification settings

vladodyanov/calculator_with_tkinter_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Calculator with Tkinter interface

My first simple Graphical User Interface project. Simple calculator developed by using the Tkinter module

Table of Contents

General Information

My first simple Graphical User Interface project. Simple calculator developed by using the Tkinter module

Technologies Used

  • Python - version 3.1

Features

Basic arithmetic operations: addition, subtraction, multiplication, and division. Clear button to reset the input. Functional decimal point for floating-point calculations. User-friendly interface with buttons for input and display.

Screenshots

simple calvulator

Setup

  • Make sure you have Python 3.1 or later installed on your system.
  • Clone the repository to your local machine.
  • Navigate to the project directory.
  • Run the simple_calculator_by_vd.py file using the Python interpreter.

Usage

Enter numbers using the buttons provided. Use arithmetic operation buttons (+, -, *, /) to perform calculations. Press the "=" button to see the result. To clear the input, press the "Clear" button.

Project Status

The project is currently functional and provides basic calculator functionalities.

Room for Improvement

Implement advanced operations like exponentiation, square root, etc. Enhance the user interface for a more modern and intuitive look. Add keyboard support for input. Implement error handling for invalid input. Support for different themes or customization options.

Contact

Created by Vladimir Dyanov - feel free to contact me!

About

My first simple Graphical User Interface project. Simple calculator developed by using the Tkinter module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages