Skip to content

Latest commit

 

History

History

Timezone Converter GUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Package/Script Name

To convert the given time and date into a selected timezone, the user needs to provide the current timezone, converted timezone, and current time

Setup instructions

Install the following modules
import datetime
import tkinter
import tkinter.messagebox
import pytz

Detailed explanation of script, if needed

A script file's comments explain what is happening

Author(s)

Volcano-Dragon

Output

image