Create Your Own dialogue Box in Python Programming Language!

 So hello Guys in this Blog you can learn how to create a dialogue box using Python Programming Language.

For this open Python IDLE or any other Editor that You use for your Programming!

Copy the Code & Paste in it:

from tkinter import *

from tkinter import messagebox

top = Tk()

top.geometry("100x100")

messagebox.showinfo("Welcome", "You are amazing")

For Full Explanation Watch: https://www.youtube.com/watch?v=QFIPqVAeWP4&t=49s

Follow us on Instagram: https://www.instagram.com/technicalcreativity0





Comments

Popular Posts