Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.16 KB

File metadata and controls

36 lines (32 loc) · 1.16 KB

🧮 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