What is the equivalent of( messagebox .show)in python?we use this in c# | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

What is the equivalent of( messagebox .show)in python?we use this in c#

command prompt structure in python

25th Oct 2018, 8:41 AM
Shakhehsarearezoo
Shakhehsarearezoo - avatar
3 Antworten
0
The standard library offers tkinter as a GUI platform. It is very rough, but it gets the job done. https://pythonspot.com/tk-message-box/ I personally prefer PyQt5, but it doesn't come bundled with python. It is much more modern and easy to use though
25th Oct 2018, 9:34 AM
fra
fra - avatar
+ 1
thank you so much🙏🙏🙏
25th Oct 2018, 9:37 AM
Shakhehsarearezoo
Shakhehsarearezoo - avatar
+ 1
You're welcome :)
25th Oct 2018, 9:42 AM
fra
fra - avatar