Category "kivy"

kivy_garden.mapview module issues with buildozer (2022)

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

How to use MDBottomNavigation with MVC and Hotreload pattern?

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

theme style not working on other screens and dialogs KIVY - KIVYMD

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 to transfer a file in python between a pc and an android phone (kivy app) ? (in wifi or usb)

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

Kivy .exe file not working - AttributeError: 'NoneType' object has no attribute 'size'

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 can I trace why a variable is not populated at init time in Kivy GUI?

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

Kivy/MySQL/colab-google Mysql request does not work

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

how insert loading animation during a function in python kivy?

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

Dynamically adding a row in data table Kivy/KivyMD

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?

kivmob doesn't show ads in android app python kivy

I try to add ads in my app. I added in my buildozer.spec: android.permissions = INTERNET, ACCESS_NETWORK_STATE requirements = python3,kivy, jnius, kivmob andro

button shape and text alignment changed after updating

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

ModuleNotFoundError: No module named 'kivymd.uix.pickers'?

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

Convert Kivymd code to .exe (Windows executable)

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

How to put a Graph into a Screen(Manager) with kivy

I have 3 Screens in my kivy application and in the second screen i want to put a graph which is a widget. I have my own class for this graph. The goal is do dis

making textinput widget on the basis of items in list in a popup and reading the text in in it using kivy framework-

def get_credential_fields_for_popup_success(self, urlrequest, data): # print(data) # print(data['fields']) s = list(data['fields'].va

How to set the title and text property of a kivymd MDCard class

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

Can't update LABEL text on kivy file

I have a problem with updating a label text: id: time_ // the strange thing is , i can read(print) with self.ids.time_.text. Merci for help class Scroll(Screen)

Why is there no 'settings'icon in con definitions

Such a popular icon as a gear wheel. Why isn't it in KivyMD? That is for example: MDIconButton: icon: 'settings' Instead of an icon, it's just a white squa

Rasberrypi 4 - ModuleNotFoundError: No module named 'kivymd.uix.picker'

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

How to display Hebrew text in a TextInput field in Python Kivy

I am trying to make a simple app in kivy(a python package) that gets a text from a TextInput field and when a button is clicked it returns a text in Hebrew that