Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 891 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 891 Bytes

Galaxy EarBuds+ App
Galaxy EarBuds+ Battery Indicator App

License

Samsung's RFCOMM protocol interpretation for battery info was used from https://github.com/ThePBone/GalaxyBuds-BatteryLevel.

Running the app

With Conda

conda create -n gbuds python=3.7
conda activate gbuds
pip install -r requirements

# If it complains on missing PyGObject, use conda's binaries:
conda install -c conda-forge pygobject

# Run
python app