A feature-rich console-based universal unit converter (length, weight, temperature) with input validation and modular design. Made by Sanskriti Tyagi, VIT Bhopal 2025
- Converts Length: meter ↔ cm ↔ km ↔ mile ↔ foot ↔ inch
- Converts Weight/Mass: gram ↔ kg ↔ pound ↔ ounce
- Converts Temperature: Celsius ↔ Fahrenheit ↔ Kelvin (all directions)
- Fully interactive menu
- Input validation with error handling
- Supports abbreviations & full names
- No external dependencies — pure Python
- Works offline instantly
Project Structure
Learnings from This Project
Functions & modular programming Dictionaries for unit mapping Exception handling (try-except) User input validation Clean code & documentation
License This project is licensed under the MIT License – feel free to use, modify, and share! Connect with Me LinkedIn GitHub Star this repo if you liked it! Your support motivates me to build more projects