blueutil-tui


Nameblueutil-tui JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
Summaryminimal tui to interact with bluetooth devices via blueutil on Mac
upload_time2025-01-20 16:36:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords bluetooth blueutil mac python textual tui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- Icons -->
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI-Server](https://img.shields.io/pypi/v/blueutil-tui.svg)](https://pypi.org/project/blueutil-tui/)
[![Pyversions](https://img.shields.io/pypi/pyversions/blueutil-tui.svg)](https://pypi.python.org/pypi/blueutil-tui)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Downloads](https://static.pepy.tech/badge/blueutil-tui)](https://pepy.tech/project/blueutil-tui)

# blueutil-tui

blueutil-tui is macos tui to connect bluetooth devices with the help of [blueutil].
Its written in python with the [textual] framework.

![preview](https://raw.githubusercontent.com/Zaloog/blueutil-tui/main/images/preview.png)

## Installation

You can install `blueutil-tui` with one of the following options:

```bash
# not recommended
pip install blueutil-tui
```

```bash
pipx install blueutil-tui
```

```bash
rye install blueutil-tui
```

```bash
uv tool install blueutil-tui
```
I recommend using [pipx], [rye] or [uv] to install CLI Tools into an isolated environment.


blueutil-tui requires [blueutil] to be installed on your system.
I recommend using [homebrew] for installation (Other ways can be found [here][blueutil_install]):

```bash
brew install blueutil
```
## Usage
`blueutil-tui` can be started with:

```bash
btui
```
Only the paired devices are shown. To search for more devices press `s`.
Refreshing the view with `r` removes the unpaired devices from the view again.

To close `blueutil-tui` press `ctrl+q`.

## Feedback and Issues
Feel free to reach out and share your feedback, or open an [Issue],
if something doesnt work as expected.
Also check the [Changelog] for new updates.

<!-- Repo Links -->
[Changelog]: https://github.com/Zaloog/blueutil-tui/blob/main/CHANGELOG.md
[Issue]: https://github.com/Zaloog/blueutil-tui/issues


<!-- external Links Python -->
[textual]: https://textual.textualize.io
[pipx]: https://github.com/pypa/pipx
[PyPi]: https://pypi.org/project/blueutil-tui/

<!-- external Links Others -->
[rye]: https://rye.astral.sh
[uv]: https://docs.astral.sh/uv
[homebrew]: https://brew.sh
[blueutil]: https://github.com/toy/blueutil
[blueutil_install]: https://github.com/toy/blueutil?tab=readme-ov-file#installupdateuninstall

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "blueutil-tui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "bluetooth, blueutil, mac, python, textual, tui",
    "author": null,
    "author_email": "Zaloog <gramslars@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/43/66/8e310de347cf3c36866dfc549001b104b7b85fd76ea307eed635a8648f8a/blueutil_tui-0.2.0.tar.gz",
    "platform": null,
    "description": "<!-- Icons -->\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![PyPI-Server](https://img.shields.io/pypi/v/blueutil-tui.svg)](https://pypi.org/project/blueutil-tui/)\n[![Pyversions](https://img.shields.io/pypi/pyversions/blueutil-tui.svg)](https://pypi.python.org/pypi/blueutil-tui)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Downloads](https://static.pepy.tech/badge/blueutil-tui)](https://pepy.tech/project/blueutil-tui)\n\n# blueutil-tui\n\nblueutil-tui is macos tui to connect bluetooth devices with the help of [blueutil].\nIts written in python with the [textual] framework.\n\n![preview](https://raw.githubusercontent.com/Zaloog/blueutil-tui/main/images/preview.png)\n\n## Installation\n\nYou can install `blueutil-tui` with one of the following options:\n\n```bash\n# not recommended\npip install blueutil-tui\n```\n\n```bash\npipx install blueutil-tui\n```\n\n```bash\nrye install blueutil-tui\n```\n\n```bash\nuv tool install blueutil-tui\n```\nI recommend using [pipx], [rye] or [uv] to install CLI Tools into an isolated environment.\n\n\nblueutil-tui requires [blueutil] to be installed on your system.\nI recommend using [homebrew] for installation (Other ways can be found [here][blueutil_install]):\n\n```bash\nbrew install blueutil\n```\n## Usage\n`blueutil-tui` can be started with:\n\n```bash\nbtui\n```\nOnly the paired devices are shown. To search for more devices press `s`.\nRefreshing the view with `r` removes the unpaired devices from the view again.\n\nTo close `blueutil-tui` press `ctrl+q`.\n\n## Feedback and Issues\nFeel free to reach out and share your feedback, or open an [Issue],\nif something doesnt work as expected.\nAlso check the [Changelog] for new updates.\n\n<!-- Repo Links -->\n[Changelog]: https://github.com/Zaloog/blueutil-tui/blob/main/CHANGELOG.md\n[Issue]: https://github.com/Zaloog/blueutil-tui/issues\n\n\n<!-- external Links Python -->\n[textual]: https://textual.textualize.io\n[pipx]: https://github.com/pypa/pipx\n[PyPi]: https://pypi.org/project/blueutil-tui/\n\n<!-- external Links Others -->\n[rye]: https://rye.astral.sh\n[uv]: https://docs.astral.sh/uv\n[homebrew]: https://brew.sh\n[blueutil]: https://github.com/toy/blueutil\n[blueutil_install]: https://github.com/toy/blueutil?tab=readme-ov-file#installupdateuninstall\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "minimal tui to interact with bluetooth devices via blueutil on Mac",
    "version": "0.2.0",
    "project_urls": {
        "Changelog": "https://github.com/Zaloog/blueutil-tui/blob/main/CHANGELOG.md",
        "Repository": "https://github.com/Zaloog/blueutil-tui"
    },
    "split_keywords": [
        "bluetooth",
        " blueutil",
        " mac",
        " python",
        " textual",
        " tui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8dcd29650154133280350e27c350cd3230df25aaf7d5bb208974b65d0e2707ab",
                "md5": "3c58e500944afee09cb72550e7c5181a",
                "sha256": "53a9f10f0ec2f68fd95d97fa9b2617783c634f6762e7ac0644a6aace2b6af747"
            },
            "downloads": -1,
            "filename": "blueutil_tui-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c58e500944afee09cb72550e7c5181a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 6188,
            "upload_time": "2025-01-20T16:36:05",
            "upload_time_iso_8601": "2025-01-20T16:36:05.316029Z",
            "url": "https://files.pythonhosted.org/packages/8d/cd/29650154133280350e27c350cd3230df25aaf7d5bb208974b65d0e2707ab/blueutil_tui-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43668e310de347cf3c36866dfc549001b104b7b85fd76ea307eed635a8648f8a",
                "md5": "299772a89a43a2c6c51a888b54af5ea5",
                "sha256": "220782afaf25c51c71cf6ba2d4b7a830148ff4ec772c3755620570c5d402a697"
            },
            "downloads": -1,
            "filename": "blueutil_tui-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "299772a89a43a2c6c51a888b54af5ea5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 599233,
            "upload_time": "2025-01-20T16:36:07",
            "upload_time_iso_8601": "2025-01-20T16:36:07.693332Z",
            "url": "https://files.pythonhosted.org/packages/43/66/8e310de347cf3c36866dfc549001b104b7b85fd76ea307eed635a8648f8a/blueutil_tui-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-20 16:36:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Zaloog",
    "github_project": "blueutil-tui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "blueutil-tui"
}
        
Elapsed time: 0.94207s