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")
Release files for pylgtv 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pylgtv-0.1.9.tar.gz | 6.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pylgtv-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.3 kB
Release files / pylgtv-0.1.9.tar.gz
| Download URL | pylgtv-0.1.9.tar.gz |
|---|---|
| Size | 6.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ea03f336fae0798120c59061abe710720c17ba32819b92709e93a5bc7904c4c
|
|
BLAKE2b-256 checksum How to use checksums |
fb5b2bcf2596777a7539b1e82f55526f87854d677070e75437b7a4a5939fa74f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2
|
Release files / pylgtv-0.1.9-py3-none-any.whl
| Download URL | pylgtv-0.1.9-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d336f44ba631bece527ac71b75e2872ec8ca7e7a0a29131d66c3c2e7a206b8c3
|
|
BLAKE2b-256 checksum How to use checksums |
2fb94d3c35bf90ce0f11dd460febfd89bd415dfc1682d816ff047e311ef84b3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.5.2
|