Python Forum
[Tkinter] installing 3rd party ttk themes
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] installing 3rd party ttk themes
#1
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
Reply
#2
see https://infohost.nmt.edu/tcc/help/pubs/t...layer.html
Reply
#3
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.
Reply
#4
(*ping*)

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

Wall
Reply
#5
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
Reply
#6
ttkthemes 2.3.0
pip install ttkthemes
Is you pip3 -V pointing to Python 3.
Then is:
pip3 install ttkthemes
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Tkinter] ttk and themes DPaul 9 2,160 Dec-02-2023, 01:53 AM
Last Post: rob101
  Using 3rd party QT widgets in Python Standard_user 4 18,795 May-11-2017, 02:17 PM
Last Post: Standard_user

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020