Skip to content

bvslahari007/Simple-CLI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple CLI Calculator

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.

What Happens Inside?

Arithmetic Operations (Binary):

  • Addition (+)
  • Subtraction (-)
  • Multiplication (x)
  • Division (/)
  • Modulo (%)

Unary Operations:

  • Inverse (1/x)
  • Square ()
  • 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

    Tech Stack

  • Language: Python 3

  • Interface: Command Line (CLI)

  • Tooling: Git & GitHub

Made with ❤️ by @bvslahari007
This is just the beginning!

How to Run

  1. Clone the repo:
    git clone https://github.com/bvslahari007/simple-cli-calculator.git

About

A simple CLI calculator built using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages