python-gttk icon indicating copy to clipboard operation
python-gttk copied to clipboard

Native GTK theme for Python's Tkinter

Results 3 python-gttk issues
Sort by recently updated
recently updated
newest added

``` 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.