Skip to content

Calculator+, written in Python with the customtkinter library.

Notifications You must be signed in to change notification settings

dntoth-dev/customtkinter-calculatorplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86cd8ca · · Sep 6, 2025

History

19 Commits
Sep 6, 2025
Sep 1, 2025

Repository files navigation

customtkinter-calculatorplus

Description

This is Calculator+, a simple calculator app written in Python with the customtkinter library.

Current features

  • Display pressed numbers and operations
  • Operation overwrite: When choosing another operation right after the first, it automatically overwrites the first one
  • Perform basic arithmetical operations (+,-,×,÷)
  • Zero Division Error checking
  • Syntax Error checking
  • C, CE, DEL buttons for enhanced operation
  • The program also includes a modern User Interface (UI), made possible by the customtkinter library

Requirements

To run the code, Python and it's customtkinter library have to be installed on your machine. If you do not have the customtkinter library installed, you can install it by running Command Prompt as an administrator and entering the following: pip install customtkinter

About

Calculator+, written in Python with the customtkinter library.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages