Skip to content

A simple calculator built using Python and Tkinter with basic arithmetic operations and a responsive GUI layout.

License

Notifications You must be signed in to change notification settings

Ankitpardeshiii/Tkinter-Calculator-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Tkinter Scientific Calculator GUI

A modern, fully-featured calculator app built using Python's tkinter module.
Originally designed for basic arithmetic, it has now been upgraded to a Scientific Calculator with advanced functions and an improved UI.

🚀 Features

  • Modern & Responsive GUI using Tkinter
  • Basic Arithmetic: +, -, ×, ÷
  • Scientific Functions:
    • Square root, square, power functions
    • Trigonometric functions (sin, cos, tan)
    • Logarithmic functions (log, ln)
    • Factorial, percentage, and more
  • Error Handling for invalid inputs
  • Keyboard Support for faster input
  • Resizable Window with dynamic layout
  • Clear & Backspace Buttons for editing input easily

🛠️ Technologies Used

  • Python 3.x
  • Tkinter (tk & ttk modules)
  • Python math module for scientific operations

📦 How to Run

  1. Clone this repository
    git clone https://github.com/Ankitpardeshiii/Tkinter-Calculator-GUI.git
  2. Navigate into the project folder
    cd Tkinter-Calculator-GUI
  3. Run the Python script
    python calculator_update.py

About

A simple calculator built using Python and Tkinter with basic arithmetic operations and a responsive GUI layout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages