+ 1
How to print preview in python tkinter??
Print preview n of user data without using file one user at time please help me
1 ответ
0
Python Tkinter is a GUI toolkit, so print isn’t the right word, but i recommend you look into the tkinter.messagebox library: prebuilt popup dialogs for all your informative needs.