Python Message Box Tutorial

preview_player
Показать описание
Today I will be Showing you a fairly simple piece of python code that allows you to have a message box. The Code is bellow. I hope you enjoyed this video please like comment and subscribe.

Code:

from Tkinter import *
msg = Message(text="Text Text Text Text Text?")
mainloop()
Рекомендации по теме
Комментарии
Автор

Hi codeable, I try this but when I run it,
ImportError: No module named 'Tkinter'
Can you help me ?
Thanks ;)

hstore