This repo was set up to demonstrate how to build, share, and package a kivy python project using pipenv for package management and pyinstaller for bundling. It is using the basic kivy pong tutorial ...
logo_path = Path(kivy.__file__).parent / "data" / "logo" / "kivy-icon-512.png" layout.add_widget(Image(source=str(logo_path))) title_label = Label(text="Application ...