Metadata-Version: 2.1
Name: remQte
Version: 0.2.1
Summary: Remote-control GUI for Samsung Smart TVs, newer than 2016.
Project-URL: Homepage, https://github.com/barfnordsen/remQte
Project-URL: Bug Tracker, https://github.com/barfnordsen/remQte/issues
Author-email: "Philipp M. Nöhren" <remQte@proton.me>
License-File: LICENSE
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Requires-Dist: netifaces
Requires-Dist: pyqt6
Requires-Dist: samsungtvws
Requires-Dist: ssdpy
Requires-Dist: wakeonlan
Description-Content-Type: text/markdown

 # *remQte*              ![onoff](https://raw.githubusercontent.com/barfnordsen/remQte/main/src/remQte/docs/img/icon.png) 

Remote Control for Samsung smart TVs newer than 2016.


![screenshot remQte main window](https://raw.githubusercontent.com/barfnordsen/remQte/main/src/remQte/docs/img/screenshot.png)

## Requirements
* python3.9+
* PyQt6
* wakeonlan
* samsungtvws
* ssdpy

## Install

### Linux and co.
```
python -m pip install remQte

remQte
```
### Windows
```
py -m pip install remQte

remQte.exe
```

### Build Python Package from source

```
git clone https://github.com/barfnordsen/remQte.git

cd remQte

python -m build

```
## Features

* Qt6 Gui
* TV discovery using ssdp
* importing Channel_list_[$modelstring].zip files
* Turning TV on using wakeonlan

## Issues and Tipps

Feel free to submit issues and Tipps.

This is my first software project with python and qt so please be patient with me :)



