Last updated:
0 purchases
kivymdextensions.filemanager 0.1.5
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.
Installation
pip install kivymd_extensions.filemanager
Dependencies:
KivyMD >= 0.104.1
Kivy >= 1.10.1 (Installation)
Python 3.6+
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:
Discord server: https://discord.gg/wu3qBST
Email: [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.