Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Rowennazy
Big Obama fan
Total activity
2
Last activity
May 15, 2018 15:15
Member since
May 15, 2018 15:09
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Sort by recent activity
Recent activity
Votes
Created
May 15, 2018 15:15
Try the simple one on windows import _tkinterfrom Tkinter import *root = Tk()w = Label(root, text="Hello World")w.pack()root.mainloop()
Community
PyCharm
GUI/Using Tkinter
0 votes