A python library to control Volumio.
Project description
PyVolumio
A python interface control Volumio.
Installation
You can install pyvolumio from PyPI:
pip3 install pyvolumio
Python 3.7 and above are supported.
How to use
from pyvolumio import Volumio
v = Volumio("<host>", <port>)
# you can also pass in your own session
v = Volumio("<host>", <port>, <session>)
info = await v.get_system_info()
state = await v.get_state()
await v.play()
await v.pause()
await v.stop()
await v.volume_up()
...
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
pyvolumio-0.1.4.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for pyvolumio-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c9ba35a70ce0d2965d440cf3933aa07871e9c8d6fc8ac80e19deab9ceffae4e0 |
|
MD5 | 6ef32a19e6eda8c7a83418f2fdf1bfe3 |
|
BLAKE2b-256 | 834040844c8feca3b8dbe3935f3eaf3790a43af9a394b69ef7f568e4555bc0f4 |