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)