标签:src 功能 qt5 天气 bs4 ima urllib 技术分享 软件
制作一个天气查询软件,能够查询全国范围内的天气数据。
github:https://github.com/1052687889/weatherApp
基于PyQt5编写,用urllib.request获取中央气象局的天气数据,用bs4解析。
软件截图:
基本原理:
通过访问 http://2018.ip138.com/ic.asp 获取当前公网IP以及运营商相关信息,实现定位城市的功能。
通过访问http://www.nmc.cn获取气象数据
具体实现思路看源码。
标签:src 功能 qt5 天气 bs4 ima urllib 技术分享 软件
原文地址:https://www.cnblogs.com/taoke2016/p/9195004.html