Useful utilities for your Brilliant Frame AR glasses
Project description
Frame Utilities – for Python
Useful utilities for your Brilliant Frame such as a Bluetooth communication library, and font generation tools.
Install
pip3 install frameutils
Bluetooth communication library
As simple as:
import asyncio
from frameutils import Bluetooth
async def main():
bluetooth = Bluetooth()
await bluetooth.connect()
print(await bluetooth.send_lua("print('hello world')", await_print=True))
print(await bluetooth.send_lua("print(1 + 2)", await_print=True))
await bluetooth.disconnect()
asyncio.run(main())
Tests
To run the unit tests, ensure you have an unconnected Frame device in range, and then run:
python3 -m pytest tests/test_bluetooth.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frameutils-0.1.15.tar.gz
(7.2 kB
view hashes)
Built Distribution
Close
Hashes for frameutils-0.1.15-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | c0ce2b2095adbe81fb0e316eaec9584d3248e1e9b7759409d4207699a4b9e5c5 |
|
| MD5 | 690c755102be5d36d1bcaeac8b8f8b78 |
|
| BLAKE2b-256 | 6b6cb37ffa437fffefa119307f78a24e6c6ae03fd5960380e3bc3388e936eb6b |