Category "kivy"

Kivy: Quality of images

i have programmed a little a Kivy/Python-program that opens an image and displays it. But it can cleary be seen, that there is a drop in image quality 2, when c

Kivy passcode login

I'm trying to make a password system with kivy, and tried coding how many tries the users have until the code does somthing but every time i input a text it goe

How do I refer back to a kivy app class instance I have created?

from screen_selections import NameSelection from kivy.app import App from kivy.uix.screenmanager import ScreenManager class ScreenManagerApp(App): def __i

Kivy-Ios / Xcode ImportError: The _imaging extension was built for another version of Pillow or PIL

Deploying my Kivy app to iOS using Xcode. Everything works fine outside, only the iPhone Simulator is giving me this issue. The pillow recipe version in toolcha

How to integrate payment gateway in kivy(python)android app

How to integrate payment gateway in kivy (python)android app. Please help.

my kivy app is all right on my computer, but don't show its content on my phone

My kivy project can run correctly on my computer, but if I use package logging to log, the project will not start application main loop on my phone. The followi

i can't change screen kivy

how can i change screen when i click to any button in my main screen for example in may program (bad 01: imene, bad 02: kamel, ...) to screen name "value_secree

Update A screen in kivy

Hi i am writing a program for my uncles business where he can scan barcodes to keep inventory, im jsut trying to get the part where he can see what all is in hi

Update A screen in kivy

Hi i am writing a program for my uncles business where he can scan barcodes to keep inventory, im jsut trying to get the part where he can see what all is in hi

How can i prevent my label from stretching when i resize the window in kivy?

In this program when i want to resize the window i do not want to my label to resize or stretch and i want it to have fixed width How can i do that? (I set the

How to manage values for a kivy Spinner widget in kv?

I'm trying to implement a feature that would change spinner values (dropdown items) depending on which button was previously pressed. But for some reason, any a

Buildozer issue: sh.CommandNotFound: ./gradlew

I've been trying to package an application created using python and kivy for android on buildozer by running on Ubuntu wsl: buildozer -v android debug deploy ru

Delete several TwoLineListItem from an MDList when creating a dinamic list without an ids in Kivy

Help here pls, I got to create several TwoLineListItem in an dynamic MDList,This start working when the list (list_general) have an item and this is gotten from

For a KivyMD BottomNavigation, is it possible to apply Material Design 3?

https://kivymd.readthedocs.io/en/latest/components/bottomnavigation I tried to apply material design 3 in KivyMD project. I ran the example code on the KivyMD

Updating Created Custom KivyMD Property

I'm hoping there's a way to do this but not entirely sure. I want a way to update all of my labels after a button press. This is how I'm currently doing it whic

Why does kivy show me a white background instead of the real rgba number?

In this program i set the background color of Label to 6, 61, 81, 1 like this : background_color: 6, 61, 81, 1 canvas.before: Color

Kivy: Permission Denied when subprocess run executable file on android

I have built c code as android executable file and tried to run it with kivy app using subprocess.run("main"). But it says PermissionError: [Errno 13] Permissio

how to run a kivy app on ASUS tinker board?

I am trying to run a kivy app (basic to print hello world) on asus tinker board and i am facing this error. I am new to the kivy app development as well as new

Error building kivy app for android with buildozer

I am fairly new to Kivy and app development in general. I made a simple app and wanted to try creating an apk file using buildozer. I ran the following command:

If I try to clear dynamically added tabs using clear_widgets function I get an error(mdtabs can remove only subclass of MDTabslabel or MDTabsBase

from kivy.lang import Builder from kivy.uix.scrollview import ScrollView from kivymd.app import MDApp from kivymd.uix.tab import MDTabsBasefrom kivy.lang import