controku


Namecontroku JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryControl Roku devices from the comfort of your own desktop
upload_time2023-12-14 04:46:25
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords roku remote
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Banner](images/controku-banner.png#gh-dark-mode-only)
![Banner](images/controku-banner-inverted.png#gh-light-mode-only)
Controku is a library and GTK3 application that allows you to control
Roku devices from the comfort of your own desktop.

![Remote UI](images/remote.png#gh-dark-mode-only)
![Remote UI](images/remote-light.png#gh-light-mode-only)
![Connection UI](images/connect.png#gh-dark-mode-only)
![Connection UI](images/connect-light.png#gh-light-mode-only)

## Dependencies
* PyGObject (GUI only)
* [appdirs](https://github.com/ActiveState/appdirs) (GUI only)
* requests
* [SSDPy](https://github.com/MoshiBin/ssdpy)

### Note for Windows users
SSDPy, the library used to discover Roku devices on the local network,
has [problems on Windows](https://github.com/MoshiBin/ssdpy/issues/82)
that make device discovery impossible on the platform. Windows users
will need to use the Roku device's IP address as a command line
argument, or manually add it to the cache at
`C:\Users\username\AppData\Local\benthetechguy\controku\Cache\devices.json`
with the syntax `[{'name': 'device name here', 'ip': 'ip address here'}]`.

## Keyboard Control
Instead of just using the mouse, you also can press the following keys:

| Key on keyboard    | Key sent to Roku device |
| ------------------ | ----------------------- |
| Backspace or B     | Back                    |
| I                  | Info                    |
| Escape or H        | Home                    |
| WASD or arrow keys | Up, Down, Left, Right   |
| Enter, Space, or O | Select/OK               |
| , or R             | Rewind                  |
| . or F             | Fast Forward            |
| / or P             | Play/Pause              |
| [ or -             | Volume Down             |
| ] or +             | Volume Up               |
| \ or M             | Mute                    |

**Note**: Using the arrow keys unintentionally highlights different
buttons in the GUI, and pressing enter or space can activate one of
them. To prevent the activation of an unintended button like power or
home, it's recommended to instead use WASD for direction buttons and/or
use the O key for Select/OK.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "controku",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "roku,remote",
    "author": "",
    "author_email": "Ben Westover <me@benthetechguy.net>",
    "download_url": "https://files.pythonhosted.org/packages/b9/fd/9bfe5c1cf4eda4aa9f2f02629173891648b698dbb9a194ec01662cfccc60/controku-1.1.0.tar.gz",
    "platform": null,
    "description": "![Banner](images/controku-banner.png#gh-dark-mode-only)\n![Banner](images/controku-banner-inverted.png#gh-light-mode-only)\nControku is a library and GTK3 application that allows you to control\nRoku devices from the comfort of your own desktop.\n\n![Remote UI](images/remote.png#gh-dark-mode-only)\n![Remote UI](images/remote-light.png#gh-light-mode-only)\n![Connection UI](images/connect.png#gh-dark-mode-only)\n![Connection UI](images/connect-light.png#gh-light-mode-only)\n\n## Dependencies\n* PyGObject (GUI only)\n* [appdirs](https://github.com/ActiveState/appdirs) (GUI only)\n* requests\n* [SSDPy](https://github.com/MoshiBin/ssdpy)\n\n### Note for Windows users\nSSDPy, the library used to discover Roku devices on the local network,\nhas [problems on Windows](https://github.com/MoshiBin/ssdpy/issues/82)\nthat make device discovery impossible on the platform. Windows users\nwill need to use the Roku device's IP address as a command line\nargument, or manually add it to the cache at\n`C:\\Users\\username\\AppData\\Local\\benthetechguy\\controku\\Cache\\devices.json`\nwith the syntax `[{'name': 'device name here', 'ip': 'ip address here'}]`.\n\n## Keyboard Control\nInstead of just using the mouse, you also can press the following keys:\n\n| Key on keyboard    | Key sent to Roku device |\n| ------------------ | ----------------------- |\n| Backspace or B     | Back                    |\n| I                  | Info                    |\n| Escape or H        | Home                    |\n| WASD or arrow keys | Up, Down, Left, Right   |\n| Enter, Space, or O | Select/OK               |\n| , or R             | Rewind                  |\n| . or F             | Fast Forward            |\n| / or P             | Play/Pause              |\n| [ or -             | Volume Down             |\n| ] or +             | Volume Up               |\n| \\ or M             | Mute                    |\n\n**Note**: Using the arrow keys unintentionally highlights different\nbuttons in the GUI, and pressing enter or space can activate one of\nthem. To prevent the activation of an unintended button like power or\nhome, it's recommended to instead use WASD for direction buttons and/or\nuse the O key for Select/OK.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Control Roku devices from the comfort of your own desktop",
    "version": "1.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/benthetechguy/controku/issues",
        "Homepage": "https://github.com/benthetechguy/controku"
    },
    "split_keywords": [
        "roku",
        "remote"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33af1293df96dd96bf8ce7fca8a527acc7e6e3d56561cc9214500d31cf3fcd42",
                "md5": "a1efd7b179843cef7485293304806394",
                "sha256": "19651e24888a6e321be8172ee596c9de60d89e50cc446b5d7e40205998f083d6"
            },
            "downloads": -1,
            "filename": "controku-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a1efd7b179843cef7485293304806394",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 35951,
            "upload_time": "2023-12-14T04:46:23",
            "upload_time_iso_8601": "2023-12-14T04:46:23.637167Z",
            "url": "https://files.pythonhosted.org/packages/33/af/1293df96dd96bf8ce7fca8a527acc7e6e3d56561cc9214500d31cf3fcd42/controku-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9fd9bfe5c1cf4eda4aa9f2f02629173891648b698dbb9a194ec01662cfccc60",
                "md5": "f5260357149689e4b2b87186a324a221",
                "sha256": "a40b640ef4a9e15b8597f1355e627d2998dbbe6024cd44a8e9f8358e85615642"
            },
            "downloads": -1,
            "filename": "controku-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f5260357149689e4b2b87186a324a221",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 35062,
            "upload_time": "2023-12-14T04:46:25",
            "upload_time_iso_8601": "2023-12-14T04:46:25.572866Z",
            "url": "https://files.pythonhosted.org/packages/b9/fd/9bfe5c1cf4eda4aa9f2f02629173891648b698dbb9a194ec01662cfccc60/controku-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 04:46:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benthetechguy",
    "github_project": "controku",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "controku"
}
        
Elapsed time: 0.18981s