Skip to content

Commit ac50089

Browse files
committed
Update README
1 parent 16b33e6 commit ac50089

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
tkfilebrowser
22
=============
33

4+
|Release|_ |Linux| |Travis| |Codecov| |License|
5+
46
tkfilebrowser is an alternative to tkinter.filedialog that allows the
57
user to select files or directories. The GUI is written with tkinter but
68
the 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

0 commit comments

Comments
 (0)