even-glasses


Nameeven-glasses JSON
Version 0.1.11 PyPI version JSON
download
home_pagehttps://github.com/emingenc/even_glasses
SummaryA Python package for managing even-realities glasses devices via BLE.
upload_time2024-11-24 00:40:23
maintainerNone
docs_urlNone
authorEmin Genc
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # even_glasses

even-realities g1 smart glasses BLE control pip package

## Installation

To install the package, use pip:

```sh
pip3 install even_glasses
```

## Flet application

```sh
pip3 install -r requirements.txt
```

```sh
flet run
```

## Usage

Here is an example of how to use the even_glasses package to control your smart glasses:

```sh
# Run RSVP test with default settings
python3 examples.py --rsvp

# Run RSVP test with custom settings
python3 examples.py --rsvp --wpm 500 --words-per-group 2 --input-file custom.txt

# Run text test
python3 examples.py --text

# Run text test with custom text
python3 examples.py --text --input-file custom.txt

# Run notification test
python3 examples.py --notification
```


## Features

- Scan for nearby smart glasses and connect to them
- Send text messages to all connected glasses
- Receive status updates from glasses

## License

This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/emingenc/even_glasses",
    "name": "even-glasses",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Emin Genc",
    "author_email": "emingench@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/75/1e/684b98c50a375212abeb63531a7266ac91608d28936010b00f68866d0e07/even_glasses-0.1.11.tar.gz",
    "platform": null,
    "description": "# even_glasses\n\neven-realities g1 smart glasses BLE control pip package\n\n## Installation\n\nTo install the package, use pip:\n\n```sh\npip3 install even_glasses\n```\n\n## Flet application\n\n```sh\npip3 install -r requirements.txt\n```\n\n```sh\nflet run\n```\n\n## Usage\n\nHere is an example of how to use the even_glasses package to control your smart glasses:\n\n```sh\n# Run RSVP test with default settings\npython3 examples.py --rsvp\n\n# Run RSVP test with custom settings\npython3 examples.py --rsvp --wpm 500 --words-per-group 2 --input-file custom.txt\n\n# Run text test\npython3 examples.py --text\n\n# Run text test with custom text\npython3 examples.py --text --input-file custom.txt\n\n# Run notification test\npython3 examples.py --notification\n```\n\n\n## Features\n\n- Scan for nearby smart glasses and connect to them\n- Send text messages to all connected glasses\n- Receive status updates from glasses\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for managing even-realities glasses devices via BLE.",
    "version": "0.1.11",
    "project_urls": {
        "Homepage": "https://github.com/emingenc/even_glasses"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59fd0ba1f3573f0b9fb293358548de48cf7f1921ad27392161e7f9dbbd59595c",
                "md5": "f0dac05b6706c69bdc4e1ef3d0b3f39a",
                "sha256": "a3854839340edac1d96689883858c9418bb759187e1866abfe5610d1fd434a92"
            },
            "downloads": -1,
            "filename": "even_glasses-0.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0dac05b6706c69bdc4e1ef3d0b3f39a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 29798,
            "upload_time": "2024-11-24T00:40:20",
            "upload_time_iso_8601": "2024-11-24T00:40:20.530232Z",
            "url": "https://files.pythonhosted.org/packages/59/fd/0ba1f3573f0b9fb293358548de48cf7f1921ad27392161e7f9dbbd59595c/even_glasses-0.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "751e684b98c50a375212abeb63531a7266ac91608d28936010b00f68866d0e07",
                "md5": "e8195612dd6a3fc3f2fdbae0212cfc0b",
                "sha256": "156682969d1d4755c16a06d610fa1dfc8603f22a3bef07d7de189cea7e04fcb1"
            },
            "downloads": -1,
            "filename": "even_glasses-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "e8195612dd6a3fc3f2fdbae0212cfc0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 27508,
            "upload_time": "2024-11-24T00:40:23",
            "upload_time_iso_8601": "2024-11-24T00:40:23.761562Z",
            "url": "https://files.pythonhosted.org/packages/75/1e/684b98c50a375212abeb63531a7266ac91608d28936010b00f68866d0e07/even_glasses-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 00:40:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emingenc",
    "github_project": "even_glasses",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "even-glasses"
}
        
Elapsed time: 0.38932s