Simple Python Calculator TU-Sofia
Coursework project — Technical University of Sofia
A very simple command-line calculator written in Python.
This program allows users to perform basic arithmetic operations — addition, subtraction, multiplication, and division — directly from the console.
- Addition, subtraction, multiplication, and division
- Console-based interactive menu
- Beginner-friendly structure and code style
- Uses Python functions for clean modularity
- Python 3.6 or newer
- Clone the repository:
git clone https://github.com/<your-username>/simple-python-calc.git cd simple-python-calc