Unit Converter is a simple and interactive Python program to convert values between different units in multiple categories: Length, Temperature, Volume, and Time.
Convert Length: mm, cm, m, km, inch, foot, mile
Convert Temperature: Celsius, Fahrenheit, Kelvin
Convert Volume: Liter, Milliliter, Cubic Meter, Cubic Centimeter, cc
Convert Time: Milliseconds, Seconds, Minutes, Hours, Days, Weeks, Years
Interactive menu for easy unit selection
Accurate and instant conversions
Built entirely in Python
Run the program:
python unit_converter.exe
Follow the prompts to select category, input value, and choose units for conversion.
🎉 Welcome to Unit Converter! 🎉
Select category (1-4): 2
Enter value to convert: 100
From unit: Celsius
To unit: Fahrenheit
✅ 100 Celsius = 212 Fahrenheit
