Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andremiras/kivymd
Set of widgets for Kivy inspired by Google's Material Design.
https://github.com/andremiras/kivymd
Last synced: about 2 months ago
JSON representation
Set of widgets for Kivy inspired by Google's Material Design.
- Host: GitHub
- URL: https://github.com/andremiras/kivymd
- Owner: AndreMiras
- License: mit
- Created: 2018-09-17T17:24:37.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-23T13:01:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T07:28:44.540Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 3.71 MB
- Stars: 56
- Watchers: 8
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KivyMD
[![Build Status](https://secure.travis-ci.org/AndreMiras/KivyMD.png?branch=develop)](http://travis-ci.org/AndreMiras/KivyMD)
[![PyPI version](https://badge.fury.io/py/kivy-garden.kivymd.svg)](https://badge.fury.io/py/kivy-garden.kivymd)KivyMD is a collection of Material Design compliant widgets for use with [Kivy](http://kivy.org), a framework for cross-platform, touch-enabled graphical applications.
The project's goal is to approximate Google's [Material Design spec](https://www.google.com/design/spec/material-design/introduction.html) as close as possible without sacrificing ease of use or application performance.
Currently we're in **alpha** status, so things are changing all the time and we cannot promise any kind of API stability. However it is safe to vendor now and make use of what's currently available; giving you freedom to upgrade when you're ready to do the necessary refactoring.
Just fork the project, branch out and submit a pull request when your patch is ready. If any changes are necessary, we'll guide you through the steps that need to be done via PR comments or access to your for may be requested to outright submit them.
If you wish to become a project developer (permission to create branches on the project without forking for easier collaboration), have at least one PR approved and ask for it. If you contribute regularly to the project the role may be offered to you without asking too.
## Documentation
Some very early documentation can be found at our project's website, other than that we recommend checking the
[demos/kitchen_sink/main.py](https://github.com/AndreMiras/KivyMD/blob/develop/demos/kitchen_sink/main.py) file for examples.## Install
#### How to install
```sh
pip install kivy-garden.kivymd
```## License
MIT, same as Kivy.
[Material Design Iconic Font](https://github.com/zavoloklom/material-design-iconic-font) by [Sergey Kupletsky](https://twitter.com/zavoloklom) covered by the licenses described at https://zavoloklom.github.io/material-design-iconic-font/license.html.
Icons by the materialdesignicons.com community covered by SIL OFL 1.1