mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
509d51cd6a
How to use get_times.py
11 lines
259 B
Markdown
11 lines
259 B
Markdown
# How To Use:
|
|
|
|
First Install pytz Library, If You Have Already Installed It Then You Are Good To Go :)
|
|
|
|
Well For Those Who Haven't Installed It, Install It Using:
|
|
```python
|
|
pip install pytz
|
|
```
|
|
|
|
Now Simply Run The Program To Fetch Time From All Timezones :)
|