Skip to content

Releases: saiyam-sandhir/Python-World-Clock

Python-World-Clock-v1.0.0

07 Feb 04:06
f1dc65a
Compare
Choose a tag to compare

Python-World-Clock

Python World Clock is a software program that displays the current time for multiple timezones or locations around the world.


Preview

1
2
3 4
5


Features of V1.0.0

  • Ability to create a clock for any location given its timezone or coordinates.
  • Shows the current time for any location given its timezone is selected or its coordinates are entered.
  • Option to add/remove clocks/time bars from the display window.
  • User-friendly interface with a graphical display.
  • Contains an integrated map that marks the location of the created clocks/time bars.
  • User can easily zoom into the location of a clock using the "Locate" button in the clock/time bar.
  • more

Requirements

  • Python 3.x
  • tkinter
  • customtkinter
  • tkintermapview
  • configparser
  • datetime
  • time
  • threading
  • pytz
  • pillow
  • csv
  • pandas
  • random
  • os
  • geopy
  • timezonefinder

Full Changelog: https://github.com/saiyam-sandhir/Python-World-Clock/commits/v1.0.0