Metadata-Version: 2.1
Name: openweatherappapi
Version: 6.0.5
Summary: Weather App
Home-page: https://github.com/alikushbaevYT/weatherapp
Author: __token__
Author-email: alikushbaev2@gmail.com
Project-URL: Documentation, https://github.com/alikushbaevYT/weatherapp
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: datetime
Requires-Dist: pytz
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: geopy
Requires-Dist: timezonefinder
Requires-Dist: pystray

# Weather App

A simple Python app to get weather data using the OpenWeather API.

---

## Installation

```bash
pip install openweatherappapi
```

---

## Get an API Key

1. [Click here to get your API Key](https://home.openweathermap.org/users/sign_up)
2. Register on the page.
3. Click your username at the top.
4. Select **My API keys** and copy the default API key.

---

## Example Usage

```python
from openweatherappapi import WeatherApp

WeatherApp.run("Your Api Key")
```

---

## Convert Python Script to EXE

You can convert your Python script to a Windows executable using the `auto-py-to-exe` package.

### 1. Install auto-py-to-exe

```bash
pip install auto-py-to-exe
```

### 2. Launch auto-py-to-exe

```bash
auto-py-to-exe
```

### 3. Configure Your Build

- In the GUI, select your Python script.
- Choose **One File** to bundle everything into a single executable.
- Adjust other settings as needed.

### 4. Start the Build

- Click the **Convert .py to .exe** button.
- After the process completes, you’ll find the executable in the output folder.

For more details, check the [auto-py-to-exe documentation](https://github.com/brentvollebregt/auto-py-to-exe).

---

## Contacts

- [YouTube](https://www.youtube.com/@alikushbaev3)
- [Telegram](https://t.me/ALIKUSHBAEVYT)
- [Discord](https://discord.gg/nEYmfYQWcw)
