File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11tkfilebrowser
22=============
33
4+ |Release |_ |Linux | |Travis | |Codecov | |License |
5+
46tkfilebrowser is an alternative to tkinter.filedialog that allows the
57user to select files or directories. The GUI is written with tkinter but
68the look is closer to GTK and the application uses GTK bookmarks (the
@@ -248,3 +250,17 @@ Example
248250
249251 root.mainloop()
250252
253+ .. |Release | image :: https://badge.fury.io/py/tkfilebrowser.svg
254+ :alt: Latest Release
255+ .. _Release : https://pypi.org/project/tkfilebrowser/
256+ .. |Linux | image :: https://img.shields.io/badge/platform-Linux-blue.svg
257+ :alt: Platform
258+ .. |Travis | image :: https://travis-ci.org/j4321/tkfilebrowser.svg?branch=master
259+ :target: https://travis-ci.org/j4321/tkfilebrowser
260+ :alt: Travis CI Build Status
261+ .. |Codecov | image :: https://codecov.io/gh/j4321/tkfilebrowser/branch/master/graph/badge.svg
262+ :target: https://codecov.io/gh/j4321/tkfilebrowser
263+ :alt: Code coverage
264+ .. |License | image :: https://img.shields.io/github/license/j4321/BraceletGenerator.svg
265+ :target: https://www.gnu.org/licenses/gpl-3.0.en.html
266+ :alt: License
You can’t perform that action at this time.
0 commit comments