An open API service indexing awesome lists of open source software.

https://github.com/brockaltug/calculator

Basic calculator web application ➕➖
https://github.com/brockaltug/calculator

css flask html javascript python

Last synced: 2 months ago
JSON representation

Basic calculator web application ➕➖

Awesome Lists containing this project

README

          

# MULTIPURPOSE CALCULATOR

## DESCRIPTION:
This is a multipurpose calculator with a main index.html dashboard displaying 3 buttons: Calculator, Measurement Converter, and Weight Converter. The calculator works as a fully functioning calculator with scientific methods included. The measurement converter handles all conversions between measurements in distance. The weight converter handles all conversions between weight.

### Features:

- **Calculator**: calculator.hmtl - This section provides a fully functional calculator with basic arithmetic operations (addition, subtraction, multiplication, division) and scientific functions (trigonometric, logarithmic, exponential, etc.).

- **Measurement Converter**: measurement_conversion.html - This module allows users to convert various measurements related to distance. Users can easily switch between different units and get accurate conversions.

- **Weight Converter**: weight_conversion.html - In this section, users can convert between various weight units, making it convenient for tasks like converting pounds to kilograms or vice versa.

### How to Use:

1. Select the desired module by clicking on the respective button on the main index dashboard.

2. Calculator: Use the calculator for mathematical calculations. Enter your equation and press the "=" button to get the result.

3. Measurement Converter: Select the type of measurement you want to convert. Enter the value and unit to convert from, and choose the target unit. Enter a number to see the conversion.

4. Weight Converter: Choose the weight unit you want to convert from and to. Enter the weight value and enter a number to see the converted weight.

### Technologies Used:

- HTML
- CSS
- JavaScript
- Python