├── .gitignore ├── README.md └── src ├── city2pinyin.json ├── weather.png └── weather.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polyzy/weather_py/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polyzy/weather_py/HEAD/README.md -------------------------------------------------------------------------------- /src/city2pinyin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polyzy/weather_py/HEAD/src/city2pinyin.json -------------------------------------------------------------------------------- /src/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polyzy/weather_py/HEAD/src/weather.png -------------------------------------------------------------------------------- /src/weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/polyzy/weather_py/HEAD/src/weather.py --------------------------------------------------------------------------------