kivymd-extensions.akivymd 1.2.7

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

kivymdextensions.akivymd 1.2.7

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



Installation
pip install kivymd_extensions.akivymd

#or

pip install https://github.com/kivymd-extensions/akivymd/archive/main.zip

Usage with Buildozer
requirements = https://github.com/kivymd-extensions/akivymd/archive/main.zip

Dependencies:

KivyMD >= 0.104.2 (from master branch)
Kivy >= 1.11.1 (Installation)
Python 3.6+

Documentation
Usage
from kivy.lang import Builder

from kivymd.app import MDApp
import kivymd_extensions.akivymd

KV = """
<NavigationButton@Button_Item>
icon_color: app.theme_cls.text_color
text_color: app.theme_cls.text_color
button_bg_color: app.theme_cls.primary_color
mode: 'color_on_active'
badge_disabled: True


MDScreen:

AKBottomNavigation2:
bg_color: app.theme_cls.bg_darkest

NavigationButton:
text: 'Alert'
icon: 'bell-outline'

NavigationButton:
text: 'Bank'
icon: 'bank-outline'

NavigationButton:
text: 'Download'
icon: 'arrow-down-bold-outline'
"""


class Test(MDApp):
def build(self):
return Builder.load_string(KV)


Test().run()

Examples
git clone https://github.com/kivymd-extensions/akivymd.git
cd akivymd
cd examples/full_example
python main.py

Build Docs
git clone https://github.com/kivymd-extensions/akivymd.git
cd docs
sphinx-build -b html sources ./_build

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: kivydevelopment@gmail.com

License
MIT License

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.