A template project for Python with Kivy applications.
Go to file Use this template
itdominator 351800d61b Refactored to align more with gtk template project 2024-02-12 21:36:53 -06:00
plugins initial push 2023-03-06 23:27:21 -06:00
src Refactored to align more with gtk template project 2024-02-12 21:36:53 -06:00
user_config initial push 2023-03-06 23:27:21 -06:00
.gitignore Initial commit 2023-03-07 05:14:30 +00:00
LICENSE Initial commit 2023-03-07 05:14:30 +00:00
README.md initial push 2023-03-06 23:27:21 -06:00

README.md

Python-With-Kivy-Template

A template project for Python with Kivy applications.

Requirements

  • setuptools
  • buildozer
  • kivy[full]
  • plyer
  • setproctitle

Note

There are a "<change_me>" strings and files that need to be set according to your app's name located at:

  • __builtins__.py
  • user_config/bin/app_name
  • user_config/usr/share/app_name
  • user_config/usr/share/app_name/icons/app_name.png
  • user_config/usr/share/app_name/icons/app_name-64x64.png
  • user_config/usr/share/applications/app_name.desktop

For the user_config, after changing names and files, copy all content to their respective destinations. The logic follows Debian Dpkg packaging and its placement logic.