filetags/filetags
Jonathan Vahlsing 7045c9a8e0 make Tkinter dependency optional
Tkinter is required only for the new --gui option but not for filetags
core functionality, still it has to be installed in order to run
filetags at the moment.
This commit makes the import of Tkinter optional as long as the --gui
option is not passed, thus allowing users that don't have Tkinter
installed on their system to keep using filetags like before.
In case the --gui option is passed and Tkinter can't be imported an
error message is printed instructing the user to install the Python
Tkinter module similar to the safe import of other modules.
2026-02-26 13:42:03 +01:00
..
__init__.py make Tkinter dependency optional 2026-02-26 13:42:03 +01:00
Register_filetags_for_Windows_context_menu_TEMPLATE.reg fixed pip package and structured project files accordingly 2018-01-30 20:40:51 +01:00