文件名称:weather-app:使用Flask和OpenWeather API的Weather App
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-08 10:42:24
flask openweather-api HTML
天气应用 使用Flask和OpenWeather API的简单天气应用 安装 对于macOS / Linux 使用此命令克隆存储库 git clone https://github.com/arungovindm2001/weather-app.git 安装虚拟环境 pip3 install virtualenv 激活虚拟环境 virtualenv env source env/bin/activate 安装依赖项 pip3 install -r requirements.txt 运行应用 python3 app.py 对于Windows 使用此命令克隆存储库 git clone https://github.com/arungovindm2001/weather-app.git 安装虚拟环境 pip install vi
【文件预览】:
weather-app-main
----app.py(1KB)
----requirements.txt(14B)
----README.md(878B)
----__pycache__()
--------openweather.cpython-38.pyc(914B)
----templates()
--------city.html(259B)
--------index.html(117B)
--------base.html(2KB)
----.gitignore(3B)