Name | streamydeck JSON |
Version |
1.1.0
JSON |
| download |
home_page | |
Summary | Streamy Deck |
upload_time | 2023-02-08 06:43:00 |
maintainer | |
docs_url | None |
author | Philippe Remy |
requires_python | |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
## Streamy Deck
Build apps easily on the Stream Deck.
*Available on PyPI*
```
pip install streamydeck
```
### Get Started
Let's build a simple app to display an exit button. If we click on it, the program will close.
```python
from streamydeck import init_stream_deck, Element, View, start, terminate
deck = init_stream_deck()
my_view = View('main', deck)
my_view[0, 0] = Element('exit', label='Exit').on_action(terminate, deck)
my_view.render()
start(deck)
```
You will see this on your Stream Deck:
<img src="assets/exit.jpg"></img>
### Other examples
It's easy to build more complicated apps like a calculator: [assets/calc.mp4](assets/calc.mp4).
Raw data
{
"_id": null,
"home_page": "",
"name": "streamydeck",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Philippe Remy",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/ff/cf/67e5887fe13b8be53978493fad106f4c9849f773d44722519ff5f9c8a7a5/streamydeck-1.1.0.tar.gz",
"platform": null,
"description": "## Streamy Deck\n\nBuild apps easily on the Stream Deck.\n\n*Available on PyPI*\n\n```\npip install streamydeck\n```\n\n### Get Started\n\nLet's build a simple app to display an exit button. If we click on it, the program will close.\n\n```python\nfrom streamydeck import init_stream_deck, Element, View, start, terminate\n\ndeck = init_stream_deck()\nmy_view = View('main', deck)\nmy_view[0, 0] = Element('exit', label='Exit').on_action(terminate, deck)\nmy_view.render()\nstart(deck)\n```\n\nYou will see this on your Stream Deck:\n\n<img src=\"assets/exit.jpg\"></img>\n\n### Other examples\n\nIt's easy to build more complicated apps like a calculator: [assets/calc.mp4](assets/calc.mp4).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Streamy Deck",
"version": "1.1.0",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1641a03a2b2d9c109314ecddbdc954498c28360bd048ab02c97441731f83cc61",
"md5": "edbead81cf164a3d2d6589f51d7faa98",
"sha256": "3edd9086840bdd39bc1ee213235b94b275ad7359aca009fa06e9e12b6c1e4ec5"
},
"downloads": -1,
"filename": "streamydeck-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "edbead81cf164a3d2d6589f51d7faa98",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 4266,
"upload_time": "2023-02-08T06:42:59",
"upload_time_iso_8601": "2023-02-08T06:42:59.055410Z",
"url": "https://files.pythonhosted.org/packages/16/41/a03a2b2d9c109314ecddbdc954498c28360bd048ab02c97441731f83cc61/streamydeck-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ffcf67e5887fe13b8be53978493fad106f4c9849f773d44722519ff5f9c8a7a5",
"md5": "61fbd507694e3b59fba8c4a06bbc870a",
"sha256": "0e47ab18baed889f71b19ae328db1cc978643334daad0735030928fec174f758"
},
"downloads": -1,
"filename": "streamydeck-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "61fbd507694e3b59fba8c4a06bbc870a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3932,
"upload_time": "2023-02-08T06:43:00",
"upload_time_iso_8601": "2023-02-08T06:43:00.955800Z",
"url": "https://files.pythonhosted.org/packages/ff/cf/67e5887fe13b8be53978493fad106f4c9849f773d44722519ff5f9c8a7a5/streamydeck-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-08 06:43:00",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "streamydeck"
}