Skip to content

marysieek/samsung-tv-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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/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

About

Samsung Smart TV API wrapper.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%