Flipper App - Custom Calculator
- From author: @n-o-T-I-n-s-a-n-e
- Github: @n-o-T-I-n-s-a-e
- Main source: Xtreme-Apps
- Adding more functions to the Calculation
- Learning how to modify app in Flipper
- @Arerus44 is my Flipper device name :D
- Set
venv
for python version:python3 -m venv env
- Active
venv
:source venv/bin/activate
- Install
ufbt
:python3 -m pip install --upgrade ufbt
- Read from here
- Setup: ufbt
- First run:
ufbt vscode_dist
to setup styling, formatting. - Install on Flipper run:
ufbt launch
- Incase to debug, I simple show console output, open other console
and run:
ufbt cli
thenl
, when want to exit press:ctrl + ]