ADF Indicator is a python application for indication direction vector degree received from Arduino UNO.
GUI is implemented with DearPyGUI. Serial port communication is implemented with PySerial.
Application runs on both Windows and Linux:
- Windows:
- 10 ✅
- 11 ✅
- Linux:
- Ubuntu 22.04 ✅
- Arch Linux ✅
- Clone ADFI:
$ git clone https://github.com/fl1ckje/ADFI
$ cd ADFI- Install Python dependencies:
$ pip3 install -r requirements.txt- Run app:
$ python3 main.pyCheck releases page for windows executable builds.
