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.
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: kivydevelopment@gmail.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for kivymd_extensions.filemanager-0.1.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cc8bb5bfc667d3013d3580195310a42633ec6ce1d1ae2c6e4fe9fffc61b0127 |
|
MD5 | 22cc7c5a5ad4fa35dc0c9c2d7f094f9d |
|
BLAKE2b-256 | d155a5e7d9abfbf67e5194650e3dbd59880013b99a126991771eb4f10abd0d60 |
Close
Hashes for kivymd_extensions.filemanager-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65115d8f3b805ef117d9e6a8cb53317af6618dfb3b41562fd82856c15adffd27 |
|
MD5 | 2c71e3e09d53cf2019f1e1ec05d9fe1f |
|
BLAKE2b-256 | b81a6910b6b8416f634447976d3c479fb024675834e6ed223547b7f3e76b2046 |