Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.37 KB

File metadata and controls

57 lines (35 loc) · 1.37 KB

Python Calculator

A simple and user-friendly terminal calculator built with Python.

This project was created as part of my Python learning journey and focuses on writing clean, modular code using functions, loops, exception handling, and user-friendly terminal output.


Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Division by zero protection
  • Invalid input handling
  • Perform multiple calculations without restarting
  • Clean terminal interface with emojis and formatted output

Modules Used

  • Python 3
  • Built-in time module

How to Run

Run the Executable

If you're on Windows, simply run:

Calculator.exe

No Python installation is required for the executable.


Preview

Screenshot 2026-07-08 201152 Screenshot 2026-07-08 201210 Screenshot 2026-07-08 201226 --- ---

Author

Manan

This calculator is part of my growing Python projects portfolio as I continue learning programming.