Multi-Purpose Unit Converter (Python)
Hi everyone ๐
For Day 7 of my 90 Days of Python series, Iโve built a simple but handy script: Multi-Purpose Unit Converter.
๐น** What it does**
This Python script converts between multiple units:
- Temperature: Celsius โ Fahrenheit
- Weight: Kilograms โ Pounds
- Distance: Kilometers, Meters, Centimeters, Millimeters Itโs menu-based, easy to use, and great for beginners who want to see how Python functions, input handling, and conditionals work in a real mini-project.
๐น Why I built it
I wanted to make a tool thatโs genuinely useful and also shows how simple Python scripts can solve everyday problems. Itโs also designed to be extended โ you can add more units easily.
๐น How to try it
- Clone the repo
- Run the Python file
- Choose your conversion type and enter a value
- GitHub Repo: https://github.com/shadowMomina/multi-purpose-unit-converter
-
**
**
Iโd love to hear what other conversions or features youโd like to see. Pull requests and suggestions are welcome!
Top comments (0)