I hereby claim:
- I am acoster on github.
- I am acoster (https://keybase.io/acoster) on keybase.
- I have a public key ASCqvCsPTjhaXQ29gEIOzIpTIhWLXwLGbAyfGDW59Tyvywo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| # requirements.txt: | |
| # bleak>=0.21.0 | |
| # Pillow>=10.0.0 | |
| import argparse | |
| import asyncio | |
| import os | |
| import sys | |
| from io import BytesIO | |
| from bleak import BleakScanner, BleakClient |