Samsung Smart TV API wrapper
Project description
This project is a library for remote controlling Samsung televisions via a TCP/IP connection. It currently supports modern (post-2016) TVs with Ethernet or Wi-Fi connectivity.
Install
$ pip3 install git+https://github.com/marysieek/samsung-tv-api.git
or
$ git clone https://github.com/marysieek/samsung-tv-api.git
$ pip3 install ./samsung-tv-api
Usage
from samsungtv import SamsungTV
tv = SamsungTV('192.168.xxx.xxx')
tv.power() # toggle power
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
samsungtv-1.0.0.tar.gz
(3.0 kB
view details)
File details
Details for the file samsungtv-1.0.0.tar.gz.
File metadata
- Download URL: samsungtv-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ad609039b206399c9c44ef2131c78580a0077499f94e9b1b3aa80b03dd67f83
|
|
| MD5 |
5280bf6ffcc20547ca18acb9ecaf0771
|
|
| BLAKE2b-256 |
7995c094e62bc3de1950ad792ce32ef14aff69dc251a1bb6f4423aef69ee8651
|