Skip to content

Releases: Chen-Junren/Python-Weather

V1.2

18 Feb 00:57
3c91305
Compare
Choose a tag to compare
  • Fix the bug of not showing mutiple warnings.
  • Add a new error message to prompt the user to enter the Key

V1.1

16 Feb 09:04
0ab5e36
Compare
Choose a tag to compare
  • Fixed the bug that the wind speed display was abnormal.

V1.0

16 Feb 04:59
5fc6797
Compare
Choose a tag to compare

Check the weather of the day for cities in China and Chinese Taiwan. It provides nearly 3240 cities' data.

Instructions:

  1. Download and unzip the package.
  2. Edit the "settings.txt" in the root directory. Remember to change the string of "key".
  3. Go to https://dev.qweather.com/ and sign up an account.
  4. Go to https://console.qweather.com/#/apps and create a project. Each account has one free project.
  5. Go back to the above link, and get your key. Put it into settings.txt.

Full Changelog: https://github.com/Chen-Junren/Python-Weather/commits/V1.0