Category "kivy"

Kivy to Exe with PyInstaller. [Failed to execute script main] because of SoundLoader

Im trying to convert my .py file to .exe. Im using kivy in my .py file.I realized that getting Fatal error detected.Failed to execute script main error if i use

kivy doesn't show window

i use this code, and run it on py charm import kivy from kivy.app import App from kivy.uix.label import Label class MyApp(App): def build(self): r

Load an In Memory ZipFile Object to as a KivyImage

I am testing out the ability of loading a zipfile containing multiple images to a kivy image and proofing out that it will cycle through all the images. I have

Problem with setting size of MDDialog in KivyMD

Faced the problem of adjusting the parameters of the card and everything that is located on it. I can't set the size of the card I need and besides that, I can'

Kivy use Android Notifications

Is it possible to use python and/or kivy to send local notifications on ios? Really it does not have to vibrate, just a number icon and maybe a real-time messag

Python Kivy: adding a FigureCanvas widget through a custom event

I am new to Kivy and GUIs in general and I am having a hard time understanding some simple concepts of Kivy callbacks logic. I want to make a simple app to read

kivy: How to pass arguments to a Widget Class

I want to create a UI passing an argument to a part of my interface. I know that, in this example, I could just put the label text as a variable and change it f

Removing Kivy Settings Close Button

Im trying to completely remove the Close Button that is naturally attached to the Kivy Settings object. Fear not, I have a navigation so the user wont be stuck