Our great sponsors
-
KivyMD
KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
Regarding the question at the end: "And if anyone knows how I can change or remove the text above the slider (which says 40 right now) I'd like to know.", I've figured out it's the Slider hint and it's defined here. I now know how to turn it on and off (T/F), but I have no idea how to access the MDLabel with id lbl_value in the slider.kv that I linked (here it is again). How can I manipulate that kv from inside my main.py? I need the change the text of the MDLabel (id lbl_value).
Related posts
- MDIconButton size in KivyMD
- KivyMD file manager colors
- How does KivyMD handle icons? How is it they seem so lossless in quality and where are they kept?
- How to use pip install to install a "specific version" of a library ?
- Installing Buildozer for the first time - how to make sure I have the right packages ...?