728x90
from tkinter import Tk
from tkinter import messagebox as msg
root = Tk()
root.withdraw()
msg.showinfo("This is a Title","python gui created using tkinter :\n The year is 2019")
728x90
'개발자 모드 > 파이썬(python)' 카테고리의 다른 글
파이썬 python tkinter matplotlib 예제 (0) | 2022.08.07 |
---|---|
파이썬 tkinter matplot 기초 (0) | 2022.08.07 |
파이썬 python 메세지 박스 제목없이 Text만 표시 (0) | 2022.08.07 |
파이썬 python 독립 메세지 생성 방법 (0) | 2022.08.06 |
파이썬 python Tab생성 예제 (0) | 2022.08.06 |