Skip to content

avour/filemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Build Status PyPI version Python Downloads Maintainability

Simple method

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

from kivy.uix.button import Button
from kivy.garden.filemanager import filemanager

def 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

Mahart Studio

About

A complete filemanager intensively built for desktop platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy