Skip to content

Commit f4550fb

Browse files
Create Readme.md
1 parent 2717a2c commit f4550fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Timezone Converter GUI/Readme.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Package/Script Name
2+
3+
To convert the given time and date into a selected timezone, the user needs to provide the current timezone, converted timezone, and current time
4+
5+
## Setup instructions
6+
7+
Install the following modules <br>
8+
import datetime <br>
9+
import tkinter <br>
10+
import tkinter.messagebox <br>
11+
import pytz
12+
13+
## Detailed explanation of script, if needed
14+
15+
A script file's comments explain what is happening
16+
17+
## Author(s)
18+
19+
Volcano-Dragon

0 commit comments

Comments
 (0)