Metadata-Version: 2.1
Name: openweatherappapi
Version: 7.0.8
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

# -- RU --
# Приложение «Погода»

Простое приложение Python для получения данных о погоде с помощью API OpenWeather.

---

## Установка

```bash
pip install openweatherappapi
```

---

## Получить ключ API

1. [Нажмите здесь, чтобы получить ключ API](https://home.openweathermap.org/users/sign_up)
2. Зарегистрируйтесь на странице.
3. Щелкните свое имя пользователя вверху.
4. Выберите **Мои ключи API** и скопируйте ключ API по умолчанию.

---

## Пример использования

```python
from openweatherappapi import WeatherApp

WeatherApp.run(openweatherappapi.weatherApp(), "Твой API Ключь") # если вы хотите преобразовать в exe, напишите этот код:
WeatherApp.run(openweatherappapi.weatherApp(), "Твой API Ключь", "Путь Изображение") # Загрузите изображения здесь: https://drive.usercontent.google.com/u/0/uc?id=1wouoR7zORW_le3UbQtECBjxQewBeF5Ys&export=download
```

---

## Преобразование скрипта Python в EXE

Вы можете преобразовать скрипт Python в исполняемый файл Windows с помощью пакета `auto-py-to-exe`.

### 1. Установите auto-py-to-exe

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

### 2. Запустите auto-py-to-exe

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

### 3. Настройте сборку

- В графическом интерфейсе выберите скрипт Python.
- Выберите **Один файл**, чтобы объединить все в один исполняемый файл.
- При необходимости измените другие параметры.

### 4. Запустите сборку

- Нажмите кнопку **Преобразовать .py в .exe**.
- После завершения процесса вы найдете исполняемый файл в выходной папке.

Для получения более подробной информации ознакомьтесь с [документацией auto-py-to-exe](https://github.com/brentvollebregt/auto-py-to-exe).

---

## Контакты

- [YouTube](https://www.youtube.com/@alikushbaev3)
- [Telegram](https://t.me/ALIKUSHBAEVYT)
- [Discord](https://discord.gg/nEYmfYQWcw)
# -- EN --
# 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(openweatherappapi.weatherApp(), "Your Api Key") # if you want convert to exe write code this:
WeatherApp.run(openweatherappapi.weatherApp(), "Your Api Key", "path images") # Download Images Here: https://drive.usercontent.google.com/u/0/uc?id=1wouoR7zORW_le3UbQtECBjxQewBeF5Ys&export=download
```

---

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