1 Answer
0
Woah woah woah stop right there.
Tkinter is NOT an IDE (and i suppose you mean IDE because IDLE is a specific IDE).
If you mean python GUI libraries, there are a few around apart from tkinter, like Qt, Kivy, wxWidgets and maybe you could use a game engine XD.
If you mean GUI centered IDEs, I think there's none, as all IDEs are general purpose. The closest thing would be Qt which has an existing editor for it.