Skip to content

A simple Python Tkinter app to always know who is what time zone

License

Notifications You must be signed in to change notification settings

NL-Cristi/MyTimeZones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTimeZones

A simple Python Tkinter app to always know who is what time zone

Problem

You work with people across the world and YOU always forget what time zone they are

Solution

Just have a short list that shows their time zone and time difference versus yours.

Always see who is where and what is the difference:

ShowTime.png

Modify/Add any time-zone

EditTime.png

How it works:

The MyTimeZones.exe needs a none-timezones.json file next to it.

none-timezones.json

Theme

The first part of the name will provide the app theme.

'none-Timezones.json' will five you the default themes.

For some sampels go to Themes.

Json content

This file contains the information needed for the app to run:

{
    "local": {
        "description": "MyZone",
        "zone": "Europe/Lisbon"
    },
    "others": [
        {
            "description": "CU Office",
            "zone": "Asia/Tel_Aviv"
        },
        {
            "description": "House",
            "zone": "Europe/Lisbon"
        },
        {
            "description": "yolo",
            "zone": "America/Aruba"
        },
        {
            "description": "yo",
            "zone": "Asia/Calcutta"
        }
    ]
}```

About

A simple Python Tkinter app to always know who is what time zone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages