You could use a MessageBox. It is what most applications use to display the about screen.
I found this code online, you might want to tweak it to show an OK messagebox instead.
tkMessageBox._show("About","text content",icon=tkmessageBox.QUESTION,type=tkMessageBox.YESNOCANCEL)