Graphical user interface tools¶
GUI tools using tkinter. The multicolumn list is inspired by a post on Stackoverflow:
http://stackoverflow.com/questions/5286093/display-listbox-with-columns-using-tkinter
|
Use GUI to select file for reading |
|
Use GUI to select file for writing |
|
Utility function to get the file name using guitools if needed. |
|
Decorator that processes the file argument for text reading |
|
Decorator that processes the file argument for writing |
|
Use a ttk.TreeView to build a linked, multicolumn listbox. |