Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kivy-garden/garden.filechooserthumbview
FileChooserThumbView for Kivy
https://github.com/kivy-garden/garden.filechooserthumbview
Last synced: about 1 month ago
JSON representation
FileChooserThumbView for Kivy
- Host: GitHub
- URL: https://github.com/kivy-garden/garden.filechooserthumbview
- Owner: kivy-garden
- License: mit
- Created: 2013-08-28T18:44:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-08T05:51:16.000Z (almost 3 years ago)
- Last Synced: 2023-03-30T18:26:00.976Z (over 1 year ago)
- Language: Python
- Size: 571 KB
- Stars: 12
- Watchers: 7
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
FileChooserThumbView
====================The FileChooserThumbView widget is similar to FileChooserIconView,
but if possible it shows a thumbnail instead of a normal icon.Usage
-----You can set some properties in order to control its performance:
* **showthumbs:** Thumbnail limit. If set to a number > 0, it will show the thumbnails only if the directory doesn't contain more files or directories. If set to 0 it won't show any thumbnail. If set to a number < 0 it will always show the thumbnails, regardless of how many items the current directory contains. By default it is set to -1, so it will show all the thumbnails.
* **thumbdir:** Custom directory for the thumbnails. By default it uses tempfile to generate it randomly.
* **thumbsize:** The size of the thumbnails. It defaults to 64dp.