ameli-ai
KivyMD
| ameli-ai | KivyMD | |
|---|---|---|
| 1 | 45 | |
| 9 | 2,447 | |
| - | 0.2% | |
| 4.7 | 5.0 | |
| 7 months ago | about 1 month ago | |
| Python | Python | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ameli-ai
KivyMD
-
Kivy – a cross platform Python UI framework
There is a galaxy of projects around Kivy, such as https://github.com/kivy/python-for-android to compile python project for Android (with Kivy or not) or https://plyer.readthedocs.io/en/latest/ for cross plateform API (notifications, hardware, filechooser, etc).
For UI there is https://github.com/kivymd/KivyMD for Material design on top of Kivy.
And the team is nice (I've met some of them at PyCon or FOSDEM).
The framework is pleasant to use, and there is a descriptive language, kv, which is really great.
Cross compiling may be painful though (I did it for Android) and the app loading time is a bit long, but it's working.
Some things may be missing in comparison to big frameworks such as Qt, there is no WebView for instance, and accessibility is unfortunately not as good.
It's overall a very good project and it's a pity that it's not more known and used.
-
Buildozer won't generate the APK if I use kivy 2.2.0
These are the requirements in buildozer.spec that worked: requirements = kivy==master, https://github.com/kivymd/KivyMD/archive/master.zip
-
HotReloadViewer error "import package 'kivymd.utils.hot_reload_viewer.HotReloadViewer"
I don't use it but seems like the same issue reported here: https://github.com/kivymd/KivyMD/issues/282
-
What is the KivyMD Stable version of today?
Yes, the difference at spec file is that you specify the url of master version from kivymd and kivy==master. I usually do pip install "kivy[base] @ https://github.com/kivy/kivy/archive/master.zip" and pip install https://github.com/kivymd/KivyMD/archive/master.zip.
-
Getting a list of values from a MDDataTable row
python -m pip install https://github.com/kivymd/KivyMD/archive/master.zip
-
How to adjust the radius of an MDTextField in Kivy.
I don't use kivymd so if there is a way to do this I am blissfully unaware... Sometimes it's necessary to vendor code and hack it, you could copy the textfield directory from your kivymd version to your project. Rename the files and classes, and hack it to do whatever you want.
-
TFlite in Kivy
requirements = python3,kivy,camera4kivy,numpy,tflite-runtime,https://github.com/kivymd/KivyMD/archive/master.zip
- Straggling to put photo into MDDropMenu. In KivyMD comunity there not a lot of people, so i posted it here.
-
why is there a black "shadow" box on my app?
I've did some digging and it appears it is a bug in some opengl shaders. You can't really fix it yourself so to get rid of it install the master version of both kivy and kivymd from github. Fixed and merged in this issue
-
Demos folder is absent in KivyMD folder
Looking at github, I do NOTsee a demos folder. https://github.com/kivymd/KivyMD I also do not have a demos folder on my Windows install of kivyMD.
What are some alternatives?
plyer - Plyer is a platform-independent Python wrapper for platform-dependent APIs
kivy - Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS
BetterClasscharts - Better ClassCharts repo.
udemy-dl - A cross-platform python based utility to download courses from udemy for personal offline use.
Phoenix - wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.
python-for-android - Turn your Python application into an Android APK