Skip to content

Calculator in Python with graphical interface (Tkinter). Supports basic operations, square root, decimal handling and input validation. Developed as part of my portfolio to demonstrate skills in Python and interface development.

Notifications You must be signed in to change notification settings

DavidSerranoFranco/Calculator-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Calculator with Graphical Interface

¡Welcome to my Python calculator project! This calculator was developed as part of my portfolio to demonstrate my skills in programming, graphical interface design and handling of mathematical logic.

🚀 Main features

  • Modern graphical interface: Designed with tkinter, the calculator has an intuitive and attractive interface.
  • Basic operations: Supports addition, subtraction, multiplication and division.
  • Square root: Includes square root function ().
  • Decimal handling: Allows operations with decimal numbers.
  • Input validation: Avoid invalid input and handle errors elegantly.
  • Keyboard support: You can use both the mouse and the keyboard to interact with the calculator.

📸 Screenshot

Calculator screenshot

🛠️ Technologies used

  • Python: Primary programming language.
  • Tkinter: Library to create the graphical interface.
  • Math: Module for advanced mathematical operations (such as the square root).
  • Re: Regular expressions to validate and transform input.

About

Calculator in Python with graphical interface (Tkinter). Supports basic operations, square root, decimal handling and input validation. Developed as part of my portfolio to demonstrate skills in Python and interface development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages