Another unit conversion app?

I’ve always had a challenge in understanding the meaning of data transfer rates I hear whenever I’m asking about an ISP package. What does 15Mbps even mean? I think better in terms of how many megabytes of data I can download per second, so I’ve always had to use an online converter to convert the Mbps to MB/s. I’ve done it this way until I thought to myself, why don’t I just build my own app to do this for me?

I did it, coded the python app and it works! I also went on to add distance and weight conversions.

Have a look at the code on github here:
https://github.com/terrameijar/unit-converter

I’m thinking of improving it and making it web based or even a mobile app. I’ll put up an update as soon as I have more to share.

1 thought on “Another unit conversion app?”

  1. Pingback: The new Unit Conversion App | @terrameijar

Comments are closed.