개발자 모드/파이썬(python)
파이썬 python 메세지 박스 제목없이 Text만 표시
인생은직구
2022. 8. 7. 11:35
728x90
from tkinter import messagebox as msg
msg.showinfo("","python gui created using tkinter :\n The year is 2019")
728x90