Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 854 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 854 Bytes

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