This repository has been archived on 2025-12-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
QWeatherReporter/README.md
2021-12-16 22:44:07 +08:00

1.5 KiB

PythonVersion QWeatherVersion LICENSE

当前分支版本为重构后的版本重构前版本请在before分支中查看
(重构前版本不再更新,最新版本为v2.9.0)

问题汇总

Python 版本:

程序使用了Python3.10中的match-case语句 请使用Python3.10版本运行

主题选择:

在2.9.0之后的版本不支持自定义天气图标 只能使用最新的图标

配置填写问题:

location项和only-view-settings类不需要用户填写, 只需要打开QWeather.py进行自助填写

声明

如何使用

  • 程序基于python3.10开发 务必使用python3.10版本运行
  • 将config.yml正确填写完成
  • 使用pip/pip3 install -r requirements.txt 安装需要的库
  • 运行QWeather.py