ClemBotProject / ClemBot

A Discord bot for server management with an emphasis on modularity and configuration. If you have an idea or a feature you would like to contribute feel free to open an issue and we as a community can begin discussion.
https://clembot.io
MIT License
82 stars 57 forks source link

A unit converter to easily translate different types of units to each other #99

Open Jay-Madden opened 4 years ago

Jay-Madden commented 4 years ago

This is a great feature as it can be as simple or as complex as the implementer would like. and there are many ways to tackle this. This would be a great first issue for someone to get their feet wet with discord bots

aferenc commented 3 years ago

Since nobody's commented on this one, I might try taking it on as my first try with making a cog and service. Though since I'm still fairly new to Python, I can't say whether or not I'd be successful in implementing something anytime soon.

Jay-Madden commented 3 years ago

Ohh perfect, i would def suggest looking into a library or api to do this for you, up too you which path you choose. feel free to ping me with any questions

aferenc commented 3 years ago

Yeah, I'm sure Python has some sort of library out there that can handle the actual unit conversion formulas. Cause writing out each one by hand as individual functions sounds like a nightmare. I guess my job would just be coming up with a way to take user input, validate it, and feed it to the appropriate conversion function and display the output to the user.