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)