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)