DEV Community

Cover image for Day 7 of My 90 Days of Python Series
momina raheel (Moona)
momina raheel (Moona)

Posted on

Day 7 of My 90 Days of Python Series

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

  1. Clone the repo
  2. Run the Python file
  3. Choose your conversion type and enter a value
  4. GitHub Repo: https://github.com/shadowMomina/multi-purpose-unit-converter
  5. **  **

I’d love to hear what other conversions or features you’d like to see. Pull requests and suggestions are welcome!

Top comments (0)