4 Respostas
+ 2
TRY USING
import win32api
win32api.MessageBox(0, 'hello', 'title')
0
Do you mean like a pop up window that says do you wish to continue? And you click continue or cancel?
0
If so, I’m not sure if you can. You can probably do it from scratch but just a simple alert box can’t be done in python like the other languages.