To learn appium
- Run appium server
- For android phone
- Run script
python GnucashAndroidTest.py
- Run mypy
mypy .
- Run pyright
npx pyright .
- For android tv
- Setup
pip install -r development.txt
pre-commit install
- Autopep8
python -m autopep8 -r --global-config .config-pep8 -i .