pyFlipper : Unoffical Flipper Zero Cli Wrapper Written In Python

pyFlipper, is a Unoffical Flipper Zero cli wrapper written in Python. Functions and characteristics  Flipper serial CLI wrapper  Websocket client interface Setup instructions $ git clone https://github.com/wh00hw/pyFlipper.git$ cd pyFlipper$ python3 -m venv venv$ source venv/bin/activate$ pip install -r requirements.txt Tested on  Python 3.8.10 on Linux 5.4.0 x86_64  Python 3.9.10 on Windows 10  Python 3.10.5 on …