본문 바로가기

개발자 모드/파이썬(python)

파이썬 python 독립 메세지 생성 방법

728x90

 




from tkinter import messagebox as msg

msg.showinfo("python gui created using tkinter :\n The year is 2019")

 

 

728x90