How to find or install themes tkinter ttk for Python

Saelyth

I've been making a bot for the past 3 months and it works perfect just with code. Now my next goal is to make a GUI for it, however I've been finding some obstacles and the main one is the ability to not look like a 30years old program.

  • I am on Windows 7.
  • I am using Python 3.3.2 only (no packages, addons, plugins, other programs, etc. Just what it gets installed from http://www.python.org/download/).
  • Python 3.3.2 includes the abbility (as far as i know) to use Tkinter and ttk.

However, while tkinter works fine for my tests, I've been unable to find a way to display all availible themes or a way to download more new themes.

This won't work and i have no idea why:

from tkinter import *
from tkinter.ttk import *
s=Style()
s.theme_names()

So... can anyone tell me how to display all availible themes just from IDLE 3.3.2 without installing anything else? Or where I could get more themes, since I'm looking for a modern one.

Saelyth

ok, i had to install ttk from https://pypi.python.org/pypi/pyttk

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How can I install GTK themes on Ubuntu?

분류에서Dev

독립 위젯 구성 (Tkinter ttk, Python)

분류에서Dev

레이블이있는 Python Tkinter TTK 구분 기호

분류에서Dev

(python, tkinter, ttk, style) ttk.Button의 전체 색상을 변경하는 방법은 무엇입니까?

분류에서Dev

다른 tk / ttk 위젯을 사용한 python tkinter 목록 상자 성능

분류에서Dev

코딩 스타일의 Python Tkinter / ttk 차이점은 무엇입니까? 이상?

분류에서Dev

How to install this file with Python?

분류에서Dev

How to install Python 3.6?

분류에서Dev

How to install this file with Python?

분류에서Dev

Tkinter ttk 콤보 박스 기본값

분류에서Dev

Tkinter 또는 ttk GUI 프로그래밍?

분류에서Dev

Python에서 tkinter ttk Scale 위젯의 정수 값을 검색하는 방법은 무엇입니까?

분류에서Dev

How to find information about a firmware and install it?

분류에서Dev

How to install an app written in Python?

분류에서Dev

How to install an app written in Python?

분류에서Dev

How to install python on chromeos terminal

분류에서Dev

How to cleanup themes/icons that I messed up

분류에서Dev

ttk.Radiobuttons를 사용하여 ttk.Combobox의 값 변경-Python

분류에서Dev

How to find the path of a module in python

분류에서Dev

Tkinter ttk 사용자 정의 테마 설정보기

분류에서Dev

How do i install python 3.5?

분류에서Dev

How can I install a newer python on Trusty?

분류에서Dev

How can I install Python 2.6 on 12.04?

분류에서Dev

How to install opencv in Ubuntu 12.04 and run it with Python?

분류에서Dev

ttk / Python의 버튼 이미지 문제

분류에서Dev

How to parse wp_get_themes parent data in wordpress

분류에서Dev

How Can I Create and Configure Icon Themes in Gnome?

분류에서Dev

how to find a string in another one without using find() method in python

분류에서Dev

How to find python installation directory on Ubuntu

Related 관련 기사

  1. 1

    How can I install GTK themes on Ubuntu?

  2. 2

    독립 위젯 구성 (Tkinter ttk, Python)

  3. 3

    레이블이있는 Python Tkinter TTK 구분 기호

  4. 4

    (python, tkinter, ttk, style) ttk.Button의 전체 색상을 변경하는 방법은 무엇입니까?

  5. 5

    다른 tk / ttk 위젯을 사용한 python tkinter 목록 상자 성능

  6. 6

    코딩 스타일의 Python Tkinter / ttk 차이점은 무엇입니까? 이상?

  7. 7

    How to install this file with Python?

  8. 8

    How to install Python 3.6?

  9. 9

    How to install this file with Python?

  10. 10

    Tkinter ttk 콤보 박스 기본값

  11. 11

    Tkinter 또는 ttk GUI 프로그래밍?

  12. 12

    Python에서 tkinter ttk Scale 위젯의 정수 값을 검색하는 방법은 무엇입니까?

  13. 13

    How to find information about a firmware and install it?

  14. 14

    How to install an app written in Python?

  15. 15

    How to install an app written in Python?

  16. 16

    How to install python on chromeos terminal

  17. 17

    How to cleanup themes/icons that I messed up

  18. 18

    ttk.Radiobuttons를 사용하여 ttk.Combobox의 값 변경-Python

  19. 19

    How to find the path of a module in python

  20. 20

    Tkinter ttk 사용자 정의 테마 설정보기

  21. 21

    How do i install python 3.5?

  22. 22

    How can I install a newer python on Trusty?

  23. 23

    How can I install Python 2.6 on 12.04?

  24. 24

    How to install opencv in Ubuntu 12.04 and run it with Python?

  25. 25

    ttk / Python의 버튼 이미지 문제

  26. 26

    How to parse wp_get_themes parent data in wordpress

  27. 27

    How Can I Create and Configure Icon Themes in Gnome?

  28. 28

    how to find a string in another one without using find() method in python

  29. 29

    How to find python installation directory on Ubuntu

뜨겁다태그

보관