{"id":17017290,"url":"https://github.com/avour/filemanager","last_synced_at":"2025-04-12T09:36:31.747Z","repository":{"id":165971201,"uuid":"188144810","full_name":"avour/filemanager","owner":"avour","description":"A complete filemanager intensively built for desktop platform","archived":false,"fork":false,"pushed_at":"2019-05-28T02:54:54.000Z","size":39,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T04:34:26.820Z","etag":null,"topics":["kivy","kivy-garden","kivy-studio","software-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-23T02:11:39.000Z","updated_at":"2022-01-18T22:37:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd551f75-68c0-49a2-86a7-99fec85d7816","html_url":"https://github.com/avour/filemanager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Ffilemanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Ffilemanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Ffilemanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avour%2Ffilemanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avour","download_url":"https://codeload.github.com/avour/filemanager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248547010,"owners_count":21122428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kivy","kivy-garden","kivy-studio","software-tools"],"created_at":"2024-10-14T06:36:15.624Z","updated_at":"2025-04-12T09:36:31.723Z","avatar_url":"https://github.com/avour.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"FileManager\n================\n\nA comprehensive file chooser intensively designed for the for desktop platform\nThe widget was originaly design and used for **kivy Studios **but is now available on kivy garden\n\n#### File Manager\n\u003c!-- ![KivyStudio](https://raw.githubusercontent.com/MichaelStott/KivMob/master/demo/assets/kivmob-title.png) --\u003e\n\n[![Build Status](https://travis-ci.com/MichaelStott/KivMob.svg?branch=master)](https://travis-ci.com/MichaelStott/KivMob)\n[![PyPI version](https://badge.fury.io/py/kivmob.svg)](https://badge.fury.io/py/kivmob)\n[![Python](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/)\n[![Downloads](https://pepy.tech/badge/kivmob)](https://pepy.tech/project/kivmob)\n[![Maintainability](https://api.codeclimate.com/v1/badges/add8cd9bd9600d898b79/maintainability)](https://codeclimate.com/github/MichaelStott/KivMob/maintainability)\n\nSimple method\n\n```python\nfilemanager.open_file(path='.', callback=callback)\n\nfilemanager.save_file(path='.', callback=callback)\n\nfilemanager.choose_dir(path='.', callback=callback)\n```\n\n### Installation\n\n```\ngarden install garden.filemanager\n```\n\n\n### FileManager being used in Kivy Studio\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/mahart-studio/kivystudio/master/resources/showcase/Screenshot(3).png\"\u003e\n\u003c/p\u003e\n\n### Quickstart\n\n\n```python\nfrom kivy.uix.button import Button\nfrom kivy.garden.filemanager import filemanager\n\ndef callback(path):\n  (path)\n\ndef open_file(*a):\n  filemanager.open_file(path='.', callback=callback)\n\nbtn = Button(text='Push Me')\nbtn.bind(on_release=open_file)\n\nif __name__ == '__main__':\n\tMyApp().run()\n```\n\n### FileManager Showcase\n\n_Please contact us via pull request or project issue if you would like your app featured in this README and the documentation._\n\n\n### Other\n\n\u003c!-- Links pertinent to README --\u003e\n[Kivy]: \u003chttps://kivy.org/\u003e\n[KivyStudio]: \u003chttps://mahartstudio.com/kivystudio/\u003e\n[Buildozer]: \u003chttps://github.com/kivy/buildozer\u003e\n\n\u003c!-- App showcase author links --\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href='\u003chttps://mahartstudio.com\u003e'\u003e \u003cb\u003eMahart Studio\u003c/b\u003e \u003c/a\u003e\n\u003c/p\u003e\n\n[avour]: \u003chttps://github.com/avour\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favour%2Ffilemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favour%2Ffilemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favour%2Ffilemanager/lists"}