Skip to content

Tags: bitoffdev/python-kasa-tkinter

Tags

2021-02-27

Toggle 2021-02-27's commit message
Use TTK Styling

- This patch switches from the simple Tkinter widgets to the *themed*
  Tkinter widgets. Different systems (ie. Windows, Linux, MacOS) should
  have a default TTK theme that looks cohesive with the rest of the
  system.
- There are a few other necessary changes. The TTK scales use floats by
  default, rather than the integers used by the TK scales.

2021-02-25

Toggle 2021-02-25's commit message
Fix black formatting issues