├── .github └── workflows │ └── buildozer_action.yml ├── LICENSE ├── README.md ├── images ├── favicon.png └── presplash.png └── main.py /.github/workflows/buildozer_action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Novfensec/SAMPLE-KIVYMD-APP/HEAD/.github/workflows/buildozer_action.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Novfensec/SAMPLE-KIVYMD-APP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Novfensec/SAMPLE-KIVYMD-APP/HEAD/README.md -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Novfensec/SAMPLE-KIVYMD-APP/HEAD/images/favicon.png -------------------------------------------------------------------------------- /images/presplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Novfensec/SAMPLE-KIVYMD-APP/HEAD/images/presplash.png -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Novfensec/SAMPLE-KIVYMD-APP/HEAD/main.py --------------------------------------------------------------------------------