Python Message Box Tutorial

Published: 18 November 2011
on channel: Codeable10
5,837
8

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?")
msg.config(bg='pink', font=('times', 16, 'italic'))
msg.pack()
mainloop()


On this page of the site you can watch the video online Python Message Box Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Codeable10 18 November 2011, share the link with friends and acquaintances, this video has already been watched 5,837 times on youtube and it was liked by 8 viewers. Enjoy your viewing!