文件名称:get-weather
文件大小:16KB
文件格式:ZIP
更新时间:2024-04-11 00:16:34
Python
获取天气 一个用python编写的简单cli应用程序,用于在命令行上显示天气信息。 用法: get-wether [zipcode] 构建要求:snapd,git,Python 3和的API密钥。 拥有API密钥后,请创建一个名为“ env.py”的文件,然后touch env.py在其中添加一个名为api_key的变量。 api_key = 'hereYouPlaceYourAPIKey' 或者: touch env.py && echo " api_key = 'yourApiKeyHere' " > env.py 该脚本导入api_key变量,并在所有API请求中使用它。 使用Snap,安装snapcraft和multipass: sudo snap install snapcraft && sudo snap install multipass 要构建快照,只需从项目目录运行
【文件预览】:
get-weather-master
----setup.py(263B)
----.gitignore(32B)
----alug.md(2KB)
----cliw.py(1KB)
----LICENSE(34KB)
----README.md(1003B)
----snapcraft.yaml(1KB)