Skip to content

andriisoldatenko/datarobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homework Assignment: Today's Weather

The program should retrieve and display current weather conditions, using a supplied IP address to look up the location data. If no address is provided, use the user's public IP address. It should have a CLI, with any flags and parameters deemed appropriate. It should be a tool that others can easily use and modify.

The program should be written in Python, and should run on Python 2.7.3. You may use third party libraries from PyPI, but if so you must include a requirements.txt file.

How to use

Install requirements

pip install -r requirements.txt

Run weather now

python weather.py
Today it's 63° ☀ and sky is clear

or with ip address

python weather.py -ip 17.0.0.0

About

Homework Assignment: Today's Weather

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages