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

https://github.com/fsoky/gui-weather

Опеределение погоды в GUI
https://github.com/fsoky/gui-weather

owm owm-api pyowm pyqt pyqt5 python python-pyqt

Last synced: 3 months ago
JSON representation

Опеределение погоды в GUI

Awesome Lists containing this project

README

        

# GUI-Weather
Исходный код с ролика [ПИШЕМ ПРОГРАММУ НА PYQT5 PYTHON](https://www.youtube.com/watch?v=V3kJzrmGOJ8) (переписанный)

## Установка 💾
```
$ git clone https://github.com/Fsoky/GUI-Weather.git
$ cd GUI-Weather
$ pip install -r requirements.txt
```

## Использование 🎈
- Зарегистрироваться на [openweathermap.org](https://home.openweathermap.org)
- Получить [API KEY](https://home.openweathermap.org/api_keys)
- Переименовать `.env.example` в `.env`
- Записать ваш *API KEY* в `.env`
- Запустить файл *app.py*

```
$ cd application
$ python app.py
```

![example](https://github.com/Fsoky/GUI-Weather/blob/main/images/example.png)

### Присоединяйся к нам
[![Vkontakte](https://img.shields.io/badge/Vkontakte-black?style=for-the-badge&logo=VK)](https://vk.com/fsoky)
[![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge&logo=YouTube)](https://youtube.com/c/Фсоки)
[![Telegram](https://img.shields.io/badge/Telegram-blue?style=for-the-badge&logo=Telegram)](https://t.me/fsokycommunity)