WEATHER CLI APP
This weather CLI app was built using standard Python modules and OpenWeatherMap API to retrieve weather conditions of cities around the world.
It takes in city as an argument and the temperature can be defined at the start of the program.
INSTALLATION
The weather app can be installed via Pip
pip install weather-app-cli
USAGE
To run this app, ensure Python 3.5+ is available on your system.
python3 -m weather {city} {-i}
where {city} is the name of the city you would like to check and {-i} is used to set temperature to Celsius or Fahrenheit.
REFERENCE
This app was constructed in relation to a tutorial on RealPython. Few modifications were made based on the author's preference😉.
AUTHOR
Project was made with ❤ by Eric Alaribe
Release files for cli-weather-app 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cli-weather-app-0.1.0.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cli_weather_app-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / cli-weather-app-0.1.0.tar.gz
| Download URL | cli-weather-app-0.1.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c1bbba848a28955b2c421b0364ed15c04a23f6f9e30140f02a8b7fd45ccc5e87
|
|
BLAKE2b-256 checksum How to use checksums |
40c5336c063182cf7d2b696113d85110a48b6e47f40cb6423117c7c030928aaa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
|
Release files / cli_weather_app-0.1.0-py3-none-any.whl
| Download URL | cli_weather_app-0.1.0-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d28affcdf8f7d909a6282544513b6f112ac05c2f0cb1addc6f6f42ab66a1537d
|
|
BLAKE2b-256 checksum How to use checksums |
9fded0cf22cb9122579bf86b034f6a785036d3bdb3f864d38965d6b82902a1ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.22.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/18.0.1 rfc3986/2.0.0 colorama/0.4.3 CPython/3.8.10
|