PyBites-Open-Source / pybites-tools

A repo to commit common Python utility scripts and snippets
MIT License
18 stars 8 forks source link

Worldclock #12

Closed glutenfreepy closed 2 years ago

glutenfreepy commented 2 years ago

Hiya Bob, This PR adds a worldclock tool to the repo that looks like this:

image

All you need to do is input your desired timezones in a list in the .env file...and that's it!

Future improvements could be things like these:

using a friendly name in place of the formal timezone's name
adding the option to display the date after the time

I've also added the documentation for the worldclock to the README. Hope you like it, please let me know what you think. Thanks, Ed

image

glutenfreepy commented 2 years ago

Sorry for the delay replying to this, Bob! It was a shit day at work today. Hoping to be able to code more tomorrow and then over the weekend. :)

bbelderbos commented 2 years ago

Sorry for the delay replying to this, Bob! It was a shit day at work today. Hoping to be able to code more tomorrow and then over the weekend. :)

Sorry to hear. So we merge it in next week then ... thanks for working on this!