Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python

import tkinter
from tkinter import *
from tkinter import messagebox

root=Tk()
root.geometry("Anydimension xAny dimesion")
root.title("title here")
root.configure("here you can insert background etc.")




root.mainloop()
Source by www.python.org #
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
8+7 =