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 have code below which dynamically creates a bunch of text fields in KivyMD. However, one attribute I need to set, on_text, will not accept my settings through
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 need to change to new screen when i click on OneLineIconListItem pls help me MDNavigationDrawer: id:nav_drawer BoxLayout: orientation: 'vertical' spancing: '8
Even though I have already installed kivy and kivymd from kivymd.uix.picker import MDDatePicker here's the error I get : In the near future the `FitImage` wi
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
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
For example I have an empty data table (with only column data) and a button. I want to dynamically add row data when button is pressed. Is it even possible?
I have recently deleted and re-installed python, kivy, kivymd. Then, my kivy button's shape changed. My MDRaisedButton used to have slightly rounded corners but
I'm XDoanh - A newbie in stackoverflow, I have a problem that need your answer: The current versions of kivy and kivymd that I am using are the latest versions
I tried so much to convert kivymd code into .exe by using PyInstaller the error i getting was -modulenotfound no module named kivy.graphics.buffer while solving
I'm trying to change the text of an MDCard class in a for loop by creating various instances of the card in the for loop but I cant seem to manipulate the title
My program was successfully installed all the package from Windows 10 and was able to run the code. But when I transfer the program from the rasberrypi 4 using
Is there a way to display a pandas DataFrame in KivyMD? I tried putting the dataframe as a KivyMD DataTable but it doesn't work that way.
I am creating an Input Dialog using kivymd. Whenever I try to fetch the text from the text field, it doesn't output the text, rather it seems like the text is n