Python Code Notes

Information by python engineer

How to create a simple dialog by yourself

If you want users to input something, you can use the tkinter.simpledialog module. But if you want to create a more complex or well-designed dialog, you can easily create one yourself.

example

example of a simple input dialog