Welcome to the Metric Conversion Calculator β a colorful and interactive Python program that performs 18 different unit conversions in the terminal!
Easily convert between:
- π‘ Celsius β Fahrenheit
- π Kilometers β Miles
- β Kilograms β Pounds
- π Meters β Feet
- π Inches β Centimeters / Millimeters / Feet
- π MPH β KPH
- π’ Percent β Decimal
The program uses a menu-driven interface, and colorful terminal output for a better user experience.
- Python 3.x
- A terminal that supports ANSI escape codes (for colored text)
-
Clone the repository
git clone https://github.com/your-username/metric-conversion-calculator.git cd metric-conversion-calculator