studioimaginaire / phue

A Python library for the Philips Hue system
Other
1.52k stars 267 forks source link

Examples tk_gui* : Tkinter should be tkinter #175

Open DocMinus opened 3 years ago

DocMinus commented 3 years ago

the example files use import Tkinter but at least with Python 3.7/8 this should be import tkinter Is that perhaps an older Python 2 way of using Tkinter?

natcl commented 3 years ago

These are quite old indeed and based on python2, feel free to do a PR to update them ! Thanks !