Welcome to my Simple Calculator a command line tool built using Python! This is my first mini project as a part of my Summer 2025 This project is a pack of all Python basics that I have learned so far such as functions, conditionals, loops to file structure, error handling and user input.
- Addition (
+
) - Subtraction (
-
) - Multiplication (
x
) - Division (
/
) - Modulo (
%
)
- Inverse (
1/x
) - Square (
x²
) - Square Root (
√x
)
You can use previous results in subsequent operations, making it feel smart and continuous.
This project helped me:
-
Apply all the Python concepts I’ve been learning (like error handling, function reuse, user input).
-
Get comfortable with structuring slightly larger code.
-
Learn to handle edge cases (like dividing by 0 or invalid input).
-
Practice Git and GitHub workflows — this is also my first ever GitHub-uploaded project
-
Language: Python 3
-
Interface: Command Line (CLI)
-
Tooling: Git & GitHub
Made with ❤️ by @bvslahari007
This is just the beginning!
- Clone the repo:
git clone https://github.com/bvslahari007/simple-cli-calculator.git