Relative Content

Tag Archive for pythonkivykivymd

KiwyMD cant scroll fully down on ScrollView displaying an MDList

I am making a music player app and i want to display the songs. I used kivy md because i also want to use it with an android device. To achive the display requirment i set i used the scroll view. Although it properly diplays everything i want i am not fully able to go down.

which kivy and kivymd version is compatible with python 3.7.5 version?

I am using python 3.7.5 , I have problem in running kivy and kivymd.kivymd 1.2.0 version is installed.but when i run it errors: Version 1.2.0 is deprecated and is no longer supported. Use KivyMD version 2.0.0 from the master branch (pip install https://github.com/kivymd/KivyMD/archive/master.zip)

Python/kivy:Widget is not working perfectly

I’m developing card game with kivy where card are dragged to played card pile.when I click on card that is in played pile it will go in hand and adjust thier position.

Python,kivy,kivmd:Widget is not working perfectly

I’m developing card game with kivy where card are dragged to played card pile.when I click on card that is in played pile it will go in hand and adjust thier position.
happening
When I click first time on card it goes at correct position.
But next time doesnot go at correct position

how do I insert my image into the kivymd button?

I want to insert my image into the button, but I get an error when there is a Users element in my image path. is it possible to prescribe the path in some other way so that there are no errors?