Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kivymd-extensions/extension_template
Template for new KivyMD Extensions
https://github.com/kivymd-extensions/extension_template
kivymd kivymd-extensions
Last synced: 23 days ago
JSON representation
Template for new KivyMD Extensions
- Host: GitHub
- URL: https://github.com/kivymd-extensions/extension_template
- Owner: kivymd-extensions
- License: mit
- Created: 2020-10-31T09:11:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T10:34:38.000Z (about 4 years ago)
- Last Synced: 2024-04-29T09:43:32.472Z (6 months ago)
- Topics: kivymd, kivymd-extensions
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Extension
This extension adds beautiful button to your app.
See [KivyMD_Extensions](https://github.com/kivymd-extensions/KivyMD_Extensions).
## Installation
```bash
pip install kivymd_extensions.example_extension
```### Dependencies:
- [KivyMD](https://github.com/kivymd/KivyMD) >= 0.104.1
- [Kivy](https://github.com/kivy/kivy) >= 1.10.1 ([Installation](https://kivy.org/doc/stable/gettingstarted/installation.html))
- [Python 3.6+](https://www.python.org/)## Documentation
See source files.
## Examples
```bash
git clone https://github.com/kivymd-extensions/extension_template.git
cd extension_template
cd examples/full_example
python main.py
```### Support
If you need assistance or you have a question, you can ask for help on our mailing list:
- **Discord server:** https://discord.gg/wu3qBST
- _Email:_ [email protected]