TimeZones | Widget banner

TimeZones | Widget

4 devlogs
5h 20m 13s

A simple timezone widget made with python.
Display up to 9 cities at once with auto-grid system!
Customize which cities and what order from settings window

Demo Repository

Loading README...

Saif

Tried shipping and for some reason “New York” wasn’t working, I recompiled and edited the dictionary and it worked?!

Try it out! and I would love feedback!
TimeZones - v1.0.3

Attachment
0
Saif

I styled the settings window, and it was dark mode ofc.
Replaced the “remove selected” with just a trash svg instead (a lot cleaner)

Try it out in the releases section on the repo. I would love feedback!

Attachment
Attachment
0
Saif

Added the settings window. Fixed some grid bugs where the widget would be offscreen or somehow duplicate sob-pray
The settings is barebones and looks bad but ill fix that next. I managed to get the cities to update correctly EVEN with mispellings!

Sometimes the widget bugs out and just doesn’t update so i’ll try to find the cause of that

I would LOVE feedback!!

Attachment
Attachment
0
Saif

Added the core widget logic and use a timeAPI to grab timezones.
It organizes in a grid based on the number of cities. Max 9 cities (it becomes a 3x3 grid).
Created a timezones dictionary to make finding common cities faster.
Made a simple icon that I will use in the systray icon later and the settings window.

Next I’ll add the settings window to control adding the cities using RapidFuzzy (case-insentive searching). Then work towards adding a sysTray icon for quitting the widget or opening settings

Attachment
Attachment
Attachment
Attachment
0