Weather App:简单的python程序可获取您所在位置的实时天气数据 源码

young1071 10 0 ZIP 2021-04-04 13:04:06

天气APP 简单的python程序可获取您所在位置的实时天气数据。 如何使用? 下载WeatherApp.py文件并添加到您的项目中。 例子 from WeatherApp import WeatherApp app = WeatherApp ( "Your User Agent" ) 方法 getLocation() 获取您的当前位置。 app . getLocation () getTime() 获取当前时间。 app . getTime () getTemperature() 以摄氏度为单位获取温度。 app . getTemperature () getTemperatureInFahrenheit() 以F为单位获取温度。 app . getTemperatureInFahrenheit () getWeatherType() 获取当前的天气类型。 app

用户评论
请输入评论内容
评分:
暂无评论