https://github.com/avour/filemanager
A complete filemanager intensively built for desktop platform
https://github.com/avour/filemanager
kivy kivy-garden kivy-studio software-tools
Last synced: 19 days ago
JSON representation
A complete filemanager intensively built for desktop platform
- Host: GitHub
- URL: https://github.com/avour/filemanager
- Owner: avour
- License: mit
- Created: 2019-05-23T02:11:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T02:54:54.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T04:34:26.820Z (about 1 month ago)
- Topics: kivy, kivy-garden, kivy-studio, software-tools
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FileManager
================A comprehensive file chooser intensively designed for the for desktop platform
The widget was originaly design and used for **kivy Studios **but is now available on kivy garden#### File Manager
[](https://travis-ci.com/MichaelStott/KivMob)
[](https://badge.fury.io/py/kivmob)
[](https://www.python.org/downloads/release/python-270/)
[](https://pepy.tech/project/kivmob)
[](https://codeclimate.com/github/MichaelStott/KivMob/maintainability)Simple method
```python
filemanager.open_file(path='.', callback=callback)filemanager.save_file(path='.', callback=callback)
filemanager.choose_dir(path='.', callback=callback)
```### Installation
```
garden install garden.filemanager
```### FileManager being used in Kivy Studio
![]()
### Quickstart
```python
from kivy.uix.button import Button
from kivy.garden.filemanager import filemanagerdef callback(path):
(path)def open_file(*a):
filemanager.open_file(path='.', callback=callback)btn = Button(text='Push Me')
btn.bind(on_release=open_file)if __name__ == '__main__':
MyApp().run()
```### FileManager Showcase
_Please contact us via pull request or project issue if you would like your app featured in this README and the documentation._
### Other
[Kivy]:
[KivyStudio]:
[Buildozer]:[avour]: