├── .gitignore ├── Desktop.py ├── LICENSE ├── README.md └── WeatherDesk.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/WeatherDesk/HEAD/.gitignore -------------------------------------------------------------------------------- /Desktop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/WeatherDesk/HEAD/Desktop.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/WeatherDesk/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/WeatherDesk/HEAD/README.md -------------------------------------------------------------------------------- /WeatherDesk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bharadwaj-raju/WeatherDesk/HEAD/WeatherDesk.py --------------------------------------------------------------------------------