from tkinter import Tk, messagebox
root = Tku()
root.withdraw()
messagebox.showinfo("Test", "Hello World!")
root.destroy()