kivymd-extensions.title-bar 0.1.1

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

kivymdextensions.titlebar 0.1.1

Title bar
Installation
pip install kivymd_extensions.title_bar
# or
pip install https://github.com/kivymd-extensions/title_bar/archive/master.zip

Dependencies:

KivyMD >= master version
Kivy >= 2.0.0 (Installation)
Python 3.6+

Usage
from kivymd.app import MDApp
from kivymd_extensions.title_bar import MDTitleBar


class MainApp(MDApp):
def build(self):
return MDTitleBar()


if __name__ == "__main__":
MainApp().run()


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.