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

https://github.com/burhanali2211/measurement_converter


https://github.com/burhanali2211/measurement_converter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# **Day 5 - Measurement Converter**
### *A practical tool to simplify unit conversions*

---

## **Project Description**
On Day 5 of my 30-day project challenge, I built a **Measurement Converter**! This project is designed to convert between various units of length, weight, and temperature, making it a useful tool for everyday calculations. The program offers a clean and intuitive interface to ensure ease of use.

---

## **Features**
This program includes the following functionalities:
1. **Length Conversion**:
- Meter ↔ Centimeter
- Kilometer ↔ Meter
- Meter ↔ Inch
2. **Weight Conversion**:
- Kilogram ↔ Gram
- Pound ↔ Kilogram
3. **Temperature Conversion**:
- Celsius ↔ Fahrenheit
- Kelvin ↔ Celsius

### **Highlights**
- Modular structure: Each measurement type has its dedicated function.
- Validates user input to prevent errors.
- Displays conversion results with clear explanations.

---

## **Interface**
### **1. Main Menu**
The program starts by displaying a menu:
```text
Hello user, please select what you want to convert:
1. Length
2. Weight
3. Temperature
```

Step 1: Clone the Repository
Clone the project repository from GitHub
```bash
git clone https://github.com/Burhanali2211/Measurement_Converter.git
cd Measurement-Converter
```

Step 2: Run the Python Script
Run the program using the command:
```bash
python measurement_converter.py