python-gttk
python-gttk copied to clipboard
Native GTK theme for Python's Tkinter
``` Traceback (most recent call last): File "/home/adil/Projects/tkodo/tkodo/test.py", line 6, in gttk = GTTK(window, theme="Adwaita-dark") File "/home/adil/.local/lib/python3.9/site-packages/gttk/__init__.py", line 71, in __init__ self.tk.call("package", "require", "ttk::theme::gttk") _tkinter.TclError: couldn't load file "/home/adil/.local/lib/python3.9/site-packages/gttk/libgttk.so": /home/adil/.local/lib/python3.9/site-packages/gttk/libgttk.so:...
This is an PR of fixing issue #4 . Add function(`get_themes_available`) and add description for that function.