Library to control webOS based LG Tv devices
Project description
pylgtv
Library to control webOS based LG Tv devices
Requirements
- Python >= 3.3
Install
pip install pylgtv
Example
from pylgtv import WebOsClient
import sys
import logging
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
try:
webos_client = WebOsClient('192.168.0.112')
#webos_client.launch_app('netflix')
for app in webos_client.get_apps():
print(app)
except:
print("Error connecting to TV")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylgtv-0.1.9.tar.gz
(6.5 kB
view hashes)
Built Distribution
pylgtv-0.1.9-py3-none-any.whl
(6.8 kB
view hashes)