Skip to content

A simple, lightweight, and easy-to-use command-line calculator built with Python. This project is perfect for beginners looking to understand basic Python concepts like functions, user input, and control flow.

Notifications You must be signed in to change notification settings

ThejanGS2/Basic_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple, lightweight, and easy-to-use command-line calculator built with Python. This project is perfect for beginners looking to understand basic Python concepts like functions, user input, and control flow.

This project provides a straightforward calculator that performs basic arithmetic operations. Users can input two numbers and choose an operation to perform. The calculator handles addition, subtraction, multiplication, and division, including error handling for invalid inputs and division by zero.

Built With Python 3

✨ Features Basic Arithmetic: Addition, Subtraction, Multiplication, and Division. User-Friendly Interface: Clear prompts for input and results. Robust Error Handling: Validates user input and prevents common errors like dividing by zero. Continuous Operation: Option to perform another calculation or exit the program gracefully. Cross-Platform: Runs on any system with Python installed (Windows, macOS, and Linux).

About

A simple, lightweight, and easy-to-use command-line calculator built with Python. This project is perfect for beginners looking to understand basic Python concepts like functions, user input, and control flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages