Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Python Calculator App

A simple command-line calculator built using Python.
It performs basic arithmetic operations and handles user input with error checking.


🚀 Features

  • ➕ Addition
  • ➖ Subtraction
  • ✖️ Multiplication
  • ➗ Division
  • 🔁 Continuous calculation (loop)
  • ⚠️ Error handling (invalid input & division by zero)

🛠️ Tech Used

  • Python (basic concepts)
  • Functions
  • Loops
  • Conditional statements
  • Exception handling

▶️ How to Run

  1. Make sure Python is installed
  2. Open terminal in project folder
  3. Run:
python calculator.py

About

Python calculator with CLI and Tkinter GUI, includes history tracking and error handling

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages