tkfilebrowserΒΆ

Latest Release Platform Travis CI Build Status Code coverage License Documentation Status

tkfilebrowser is an alternative to tkinter.filedialog that allows the user to select files or directories. The GUI is written with tkinter but the look is closer to GTK and the application uses GTK bookmarks (the one displayed in nautilus or thunar for instance). This filebrowser supports new directory creation and filtype filtering.

This module contains a general FileBrowser class which implements the filebrowser and the following functions, similar to the one in filedialog:

Project page: https://github.com/j4321/tkFileBrowser