Metadata-Version: 2.4
Name: weather-display
Version: 1.0.0
Summary: A TUI Weather Display.
Author-email: Wyatt Johnson <enderprooffical@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: configparser
Requires-Dist: geographiclib
Requires-Dist: geopy
Requires-Dist: idna
Requires-Dist: pathlib
Requires-Dist: PyTermGUI
Requires-Dist: requests
Requires-Dist: typing_extensions
Requires-Dist: urllib3
Requires-Dist: wcwidth
Requires-Dist: platformdirs
Dynamic: license-file


# weather-display
[![GitHub version](https://badge.fury.io/gh/realendie%2Fweather-display.svg?icon=si%3Agithub)](https://badge.fury.io/gh/realendie%2Fweather-display) [![PyPI version](https://badge.fury.io/py/weather-display.svg?icon=si%3Apython)](https://badge.fury.io/py/weather-display) ![GitHub License](https://img.shields.io/github/license/realendie/weather-display)



A TUI `weather-display`, using the [**Open-Meteo Free Weather API**](https://open-meteo.com) and [**PyTermGUI**](https://pypi.org/project/PyTermGUI/) to deliver you a simple but usefull terminal based `weather-display`.

<img width="1068" height="550" alt="image" src="https://github.com/user-attachments/assets/16c78769-c8af-4df2-8ee1-971de9590492" />
<img width="1066" height="548" alt="image" src="https://github.com/user-attachments/assets/2d46d78b-09b9-4ea9-9261-e9ba0de913c7" />


## Installation
>[!IMPORTANT] 
>**weather-display** is currently uncompatable with Windows

Install `weather-display` with one command using pipx (recommended):

```bash
pipx install weather-display
```

or you can use normal pip:

```bash
pip3 install weather-display
```

## Usage
- To display the weather use `weather-display` anywhere in your terminal.
- To change the location you want the weather for, use `weather-location`.
