This project is a Unit Converter built in Python CLI.
It can convert between different units of length, weight, and temperature.
- 📏 Convert Length (meters ↔ kilometers, cm ↔ inches, feet ↔ meters).
- ⚖️ Convert Weight (kg ↔ grams, pounds ↔ kg).
- 🌡️ Convert Temperature (Celsius ↔ Fahrenheit, Kelvin ↔ Celsius).
- 🔁 Interactive menu-based CLI.
- ✅ Input validation for safe usage.
Run the script:
python main.py