https://github.com/burhanali2211/measurement_converter
https://github.com/burhanali2211/measurement_converter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/burhanali2211/measurement_converter
- Owner: Burhanali2211
- Created: 2025-01-24T16:33:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T16:45:05.000Z (4 months ago)
- Last Synced: 2025-01-24T17:29:30.801Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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