The problem is that I don't use kivylang to develop and compose a hierarchical structure of widgets, but how can I add mdcard's to ScrollView if mdcard's has be
I have only been looking into kivy for about 1 week for a school project, so I'm new to this module. I'm trying to do a login form where the program get the use
I tried running this github program https://github.com/tito/experiment-tensorflow-lite It is basically about running tensorflow lite using kivy on android. I tr
I am trying to create a nice login screen with kivyMD. I am Using Screen Manager to handle different screens. Also I am using MDToolbar and MDBottomNavigationIt
I am compiling an android app using buildozer however even I compile it shows no module named crypto in the logs and then stops even though I gave pycryptodome
I use buildozer with kivy (python), and I'd like to change the icon. In buildozer.spec I found #icon.filename = %(source.dir)s/data/icon.png. I tried to uncomme
I am exploring kivy to deploy my ml model. I have wrote the code to access the camera using kivy but I'm getting AttributeError: 'NoneType' object has no attrib
A project written in windows in a shared folder with an Ubuntu 18.04 virtual machine when building apk gives the following error: # Install platform # Run '
I'm making an app in python kivy and in my tacscreen I have a draggable Image and an Label, whenever I drag my draggable Image my label drags with it as well. T
This is my last hope of getting the fixed for the buildozer python issue. I already raised an issue in github for kivy. But there was no valid answer for it. I'
I'm new at python and right now i try to make similar calculator with user input. I rewrote my code but its still dont work fine. Cant convert string property t
i need to change to new screen when i click on OneLineIconListItem pls help me MDNavigationDrawer: id:nav_drawer BoxLayout: orientation: 'vertical' spancing: '8
I get a problem while launching my app on android. It crashes while trying to open it on android. My app uses kivy and kivymd as a GUI. It also uses kivy_garden
I can't figure out how to use MVC inside MDBottomNavigation. Tried to reassign manager_screens to ScreenManager from MDBottomNavigation and add screens by addin
I created a button that changes the color of the application. In the main screen it works totally fine, however it does not change the color of the theme in the
I have a program on my pc that needs a config file to run (config.ini or config.json). I have also a Kivy app on an android device, that use the config file to
I have an issue when I create an .exe of a Kivy application. The application runs perfectly in .py, but when I create an executable, I receive an error - Attrib
How is it possible that the Kivy GUI app is not load the whole code at the time of initialization? Is it possible that when we called some function so the execu
I'm using python/Kivy/MySQL/colab-google to compile an apk. When I run the app on Android, I give the command to register the app shuts down. main.py import k
I'm a beginner and would like to insert an MDSpinner while executing a loop, or a mysql query, or some process that takes time. I made this example below to ill