Skip to main content

File manager for desktop

Project description

Title bar

Installation

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

Dependencies:

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()

demo_img

Support

If you need assistance, or you have a question, you can ask for help on our mailing list:

License

MIT License

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kivymd_extensions.title_bar-0.1.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page