You've already forked QWeatherReporter
42 lines
1.5 KiB
Markdown
42 lines
1.5 KiB
Markdown
<p align="center">
|
||
<a href="https://github.com/MarkusJoe/QWeather">
|
||
<img src="https://img.shields.io/badge/Python-V3.10-blue.svg" alt="PythonVersion">
|
||
<img src="https://img.shields.io/badge/release-V3.0.0-alpha-green.svg" alt="QWeatherVersion">
|
||
<img src="https://img.shields.io/badge/LINCESE-Apache2.0-orange.svg" alt="LICENSE">
|
||
</a>
|
||
</p>
|
||
|
||
<div align="center">
|
||
|
||
## *QWeather*
|
||
|
||
<i style="text-align: center;"><a href="https://www.qweather.com/">QWeather Official Website</a></i>\
|
||
<i style="text-align: center;"><a href="https://dev.qweather.com/">QWeather Development Platform</a></i>
|
||
|
||
</div>
|
||
|
||
<div align="center">
|
||
<b><i>当前分支版本为重构后的版本重构前版本请在before分支中查看<br>(重构前版本不再更新,最新版本为v2.9.0)</i></b>
|
||
</div>
|
||
|
||
## 问题汇总
|
||
#### Python 版本:
|
||
> 程序使用了Python3.10中的match-case语句
|
||
> 请使用Python3.10版本运行
|
||
#### 主题选择:
|
||
> 在2.9.0之后的版本不支持自定义天气图标 只能使用最新的图标
|
||
#### 配置填写问题:
|
||
> `location`项和`only-view-settings`类不需要用户填写, 只需要打开`QWeather.py`进行自助填写
|
||
|
||
|
||
## 声明
|
||
- > 程序作者: **RTAkland (markushammered@gmail.com)**
|
||
- > 和风天气开发者平台:https://dev.qweather.com
|
||
- > 和风天气官网: https://qweather.com
|
||
|
||
## 如何使用
|
||
- 程序基于python3.10开发 务必使用python3.10版本运行
|
||
- 将config.yml正确填写完成
|
||
- 使用`pip/pip3 install -r requirements.txt` 安装需要的库
|
||
- 运行`QWeather.py`
|