Skip to main content

Questions tagged [kivymd]

KivyMD is a collection of Material Design compliant widgets. Use with the [kivy] and [python] tags

kivymd
0 votes
1 answer
25 views

How do I make a trailing button in MDListItem in kivymd 2.0.1

I have recently updated my kivymd to 2.0.1 and I have run into a problem. I cannot make a trailing button in MDListItem the same way I could in earlier versions. The only documentation I found talks ...
Alexey Axyonov's user avatar
0 votes
0 answers
4 views

Kivy MD: Multiple Columns Menu Display Issue

I'm encountering an issue with my Kivy MD application where the navigation menu is displayed in three columns instead of a single column layout (The menu is multiplied by 3). Here's an overview of my ...
gelu76's user avatar
  • 9
1 vote
1 answer
27 views

How to remove a widget from screen and refresh the recycleview?

This is my first question, I'm new on kivy... I want to add or remove a card from a list of card in a recyclingview. So I have a screen with a text box and a button that I use to add the card to the ...
TestFour's user avatar
0 votes
1 answer
19 views

kivymd app apk cannot connect with database.db file on mobile phone

I created a Kivymd app that connects with a sqlite3 database.db file. I compiled it with buildozer and it successfully worked fine and as I saw how buildozer works, the database file cannot be seen. ...
Pappy38's user avatar
0 votes
0 answers
19 views

Error in KivyMD: Unknown class <MDToolbar> [duplicate]

I have an error in KivyMD: Unknown class <MDToolbar> I have both KivyMD and Kivy libraries installed. Screen: BoxLayout: orientation: 'vertical' MDToolbar: title:...
Ali Kabil's user avatar
0 votes
1 answer
17 views

Why KivyMD adding to icons and to check boxes in the lest item

I followed the Kivymd 1.1.1 docs for how to make a list and add an item to it, and I spent days trying to fix the it, but I did not find any solution. That's my code. What's the problem with the code? ...
  ELMOSAFER's user avatar
1 vote
1 answer
27 views

Kivy video feed freeze

I am building a push up counter, which will count aloud the number of reps after it detects a rep. I am trying to add pyttsx3 with my current code such that it will count out the number of reps. The ...
Devansh Singhal's user avatar
0 votes
1 answer
31 views

Permission Error when reading Excel file from Kivy App

thanks in advance. Im experiencing an issue with an .xlsx file stored in the internal storage of an Android tablet. This app is built with KivyMD 2.3.0()dev using Buildozer and I tried everything I ...
Charly_Z's user avatar
-2 votes
0 answers
23 views

Issue with displaying Raspberry Pi in KivyMD MDCard

I’m having trouble displaying the Raspberry Pi in a KivyMD MDCard. It works fine on Windows, but on other platforms, the card doesn’t display anything, and I don’t receive any error messages. Can ...
T.P.'s user avatar
  • 1
0 votes
1 answer
14 views

Pyinstaller build for Kivy and KivyMD

I have problem when building the exe file where the MDFloatButton disable is not working after build exe, but it is working as usual before build. for btn in self.ids.values(): # Loop through all ...
Shah Shah's user avatar
0 votes
1 answer
24 views

How to stop animation with kivy -python

I'm using kivy to develop a small project. Currently, I use the animation utility to animate Widgets (change size). Everything works great so far, but I have no idea how I am supposed to stop ...
Rd6 Rd's user avatar
  • 19
0 votes
1 answer
33 views

Why is Plyer vibrate method raising an exception?

I'm coding an app and currently trying to use the vibrate method provided by Plyer. Here's my Python code: class SplashScreen(MDScreen): def __init__(self, **kwargs): super(SplashScreen, ...
Timson's user avatar
  • 19
0 votes
1 answer
23 views

KivyMD - No Button added

I'm trying to make a simple hangman game for my niece (and practice a little kivymd). I type the typical starting code, but nothing is added to the screen. The .py file is: from kivymd.app import ...
Jorge Nuñez's user avatar
0 votes
0 answers
19 views

MDLabel multi line overlaps other widgets

newevent.kv MDTextField: id: remarks mode: "outlined" multiline: True main.kv MDScreen: name: 'main' md_bg_color: "#ffffff" ...
nathan's user avatar
  • 11
0 votes
0 answers
9 views

widget position always get messed up in other laptop

I know a lot of people already ask this thing and I already follow their answer but it still does not fix my issue. So I made GUI using kivy, but every time I open the GUI in a different laptop, the ...
aki's user avatar
  • 49

15 30 50 per page
1
2 3 4 5
121