quitegreensky / akivymd

A set of fancy widgets for KivyMD
MIT License
40 stars 9 forks source link

Awesome KivyMD

Awesome KivyMD is a package containing customized and non-material widgets for KivyMD.

Installation

Use the package manager pip to install package:

# Latest version
pip install akivymd
# Latest changes 
pip install git+https://github.com/quitegreensky/akivymd.git

In this case you must add the following to your buildozer.spec

# Latest version
requirements =  kivy,kivymd, akivymd
# Latest changes 
requirements =  kivy,kivymd, git+https://github.com/quitegreensky/akivymd.git

Usage

You can find usage examples in the demo app.

Examples

Contributing

License

MIT