Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 571 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 571 Bytes

Bluetooth Cube

A GiiKER-compatible cube timer for Android. Requires a bluetooth-enabled cube.

Built with Python3.7.

Linux

To run locally on a Linux machine, install python requirements from requirements-linux.txt file, then use python3 -m main.

Android

To build for Android an deploy to a device via adb, use buildozer android debug deploy run.

Make sure your device is connected with buildozer android adb -- devices or buildozer android adb -- connect [...].

buildozer android logcat is useful for browsing python logs from the device.