An open API service indexing awesome lists of open source software.

https://github.com/l3urk/weweather

Cross-Platform Python Based CLI Application For Getting Weather Information
https://github.com/l3urk/weweather

application python3 script weather-api

Last synced: 2 months ago
JSON representation

Cross-Platform Python Based CLI Application For Getting Weather Information

Awesome Lists containing this project

README

          

# weWeather
**weWeather is a cross-platform python based cli application which uses OpenWeatherMap api for getting weather information.**


![version](https://img.shields.io/badge/version-1.0-blue)
![python-version](https://img.shields.io/badge/python-3.0+-blue)

![os-support](https://img.shields.io/badge/Linux-Supported-green)
![os-support](https://img.shields.io/badge/Windows-Supported-green)
### Download
```
git clone https://github.com/l3urk/weWeather.git
```
### Usage
#### Installing Requirements
```
cd weWeather
pip install -r requirements.txt
```
#### Running the Program
##### As a Script:-
```
python weWeather.py --search delhi
```
> [!NOTE]
> For Adding the Search Parameter Value to the Favourite List Use `--fav`.

##### As a Application:-
```
python weWeather.py
```