https://github.com/imdarshangk/smart-calc
The smart-calc repository is a basic calculator application written in Python. It allows you to perform addition, subtraction, multiplication, and division operations. The application supports continuing calculations with previous results and provides options to start new calculations or exit the program.
https://github.com/imdarshangk/smart-calc
calculator calculator-python projects python pythonprojects
Last synced: 7 months ago
JSON representation
The smart-calc repository is a basic calculator application written in Python. It allows you to perform addition, subtraction, multiplication, and division operations. The application supports continuing calculations with previous results and provides options to start new calculations or exit the program.
- Host: GitHub
- URL: https://github.com/imdarshangk/smart-calc
- Owner: imDarshanGK
- Created: 2024-08-18T02:14:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:48:33.000Z (10 months ago)
- Last Synced: 2024-12-14T07:26:43.726Z (10 months ago)
- Topics: calculator, calculator-python, projects, python, pythonprojects
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Calc 🧮
## Overview
Smart Calc is a Python-based calculator designed for efficiency and user-friendly operations. It supports a wide range of arithmetic and logical operations, catering to both basic and advanced computational needs.## Features
- User-friendly interface for mathematical operations.
- Supports addition, subtraction, multiplication, division, and more.
- Error handling for invalid inputs.
- Lightweight and efficient codebase.
- Perform basic arithmetic operations
- Continue calculations with previous results
- Start new calculations or exit the program