Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashpotdar-py/calculator
A Calculator made using Python
https://github.com/yashpotdar-py/calculator
calculator calculator-python python pythonpractice
Last synced: 2 days ago
JSON representation
A Calculator made using Python
- Host: GitHub
- URL: https://github.com/yashpotdar-py/calculator
- Owner: yashpotdar-py
- Created: 2022-10-03T13:47:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T03:32:17.000Z (over 1 year ago)
- Last Synced: 2024-12-29T05:33:56.125Z (about 2 months ago)
- Topics: calculator, calculator-python, python, pythonpractice
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator and Converter Program
This is a Python program that includes a calculator and a unit converter. The program offers basic and complex calculations, calculate the areas and volumes of 2D and 3D shapes and can also convert between temperature, length, and weight units.# Installation
To run this program, make sure you have Python 3 installed. Then, download or clone the repository to your local machine.# Usage
Navigate to the directory where the program is stored and run the **'main.py file'**. This will prompt you to choose between using the calculator, shape functions and the converter.# Calculator
The calculator offers two modes: basic and complex. The basic calculator can perform simple arithmetic operations, while the complex calculator includes additional functions such as trigonometric ratios, factorials, and logarithms.To use the calculator, follow the prompts in the command line interface to input your chosen operation and values. The program will then return the calculated result.
# Converter
The converter can convert between different units of temperature, length, and weight. Follow the prompts in the command line interface to input the desired conversion and values. The program will then return the converted result.