Home
Softono

Samsung Tv Api

Open source MIT Python
121
Stars
30
Forks
2
Issues
5
Watchers
3 years
Last Commit

 About Samsung Tv Api

Samsung Smart TV API wrapper.

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing Samsung Tv Api?

We provide expert installation service for this software. Our team will install, configure, and secure Samsung Tv Api on your server. plans start at just $30.

Samsung Tv Api

View on GitHub


Version Version
Samsung Smart TV API wrapper

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/vrachieru/samsung-tv-api.git

or

$ git clone https://github.com/vrachieru/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