Skip to main content

File manager for desktop

Project description

File Manager

Desktop file manager developed on the Kivy platform using the KivyMD library. Perhaps the file manager will work on mobile devices, but we are not even trying to check if this is the case. We are not testing this library on mobile devices or adapting it for mobile devices. Because, as the name suggests, we are developing this module for desktop use.

Documentation Status

Installation

pip install kivymd_extensions.filemanager

Dependencies:

Documentation

Usage

from kivymd.app import MDApp

from kivymd_extensions.filemanager import FileManager


class MainApp(MDApp):
    def on_start(self):
        FileManager().open()


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

Customization

FileManager(path_to_skin="/Users/macbookair/data/images").open()

Examples

git clone https://github.com/kivymd-extensions/filemanager.git
cd filemanager
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:

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.filemanager-0.1.5.tar.gz (45.0 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