Python Forum
[Tkinter] installing 3rd party ttk themes - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [Tkinter] installing 3rd party ttk themes (/thread-16219.html)



installing 3rd party ttk themes - twrackers - Feb-19-2019

What steps do I follow to add 3rd party ttk themes under Python 3? I'm working on a Raspberry Pi 3 running Raspbian Stretch. I've been digging for two weeks on the internet, and I've found a few sites with collections of themes, but there aren't good instructions for installing them or configuring Python to recognize them. Confused


RE: installing 3rd party ttk themes - Larz60+ - Feb-19-2019

see https://infohost.nmt.edu/tcc/help/pubs/tkinter/web/ttk-theme-layer.html


RE: installing 3rd party ttk themes - twrackers - Feb-24-2019

Sorry, that's not an answer to my question. I am specifically asking how to add third-party themes which can be found on the internet. I want to have more than the four default themes available to my applications.


RE: installing 3rd party ttk themes - twrackers - Feb-27-2019

(*ping*)

I still need help with setting up 3rd party Tkinter ttk themes under Python. Doesn't anyone know how this is done?

Wall


RE: installing 3rd party ttk themes - joe_momma - Mar-03-2019

My mind reading is a bit off today.
What have you tried?
have you used pip?
which theme are you trying to use?
show the steps or errors you have used...
in terminal:
python3 -m pip install git+https://github.com/RedFantom/ttkthemes



RE: installing 3rd party ttk themes - snippsat - Mar-07-2019

ttkthemes 2.3.0
pip install ttkthemes
Is you pip3 -V pointing to Python 3.
Then is:
pip3 install ttkthemes