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
- Host: GitHub
- URL: https://github.com/l3urk/weweather
- Owner: l3urk
- License: mit
- Created: 2023-11-08T16:08:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T18:43:41.000Z (over 2 years ago)
- Last Synced: 2024-01-31T19:48:14.426Z (over 2 years ago)
- Topics: application, python3, script, weather-api
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weWeather
**weWeather is a cross-platform python based cli application which uses OpenWeatherMap api for getting weather information.**




### 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
```