+ 15
How to add alert box using python 3 ?
Please post only answer not unnecessary things. And answer should be step by step
21 Réponses
+ 11
Do you mean something like that in my code?
https://code.sololearn.com/cey1rm5X9PYC/?ref=app
https://code.sololearn.com/cNsKyh6qJxv0/?ref=app
you can make even confirm box in python...
https://code.sololearn.com/cTz11XU4lUcz/?ref=app
+ 12
See it
https://www.tutorialspoint.com/JUMP_LINK__&&__python__&&__JUMP_LINK/tk_messagebox.htm#:~:text=The%20tkMessageBox%20module%20is%20used,askokcancel%2C%20askyesno%2C%20and%20askretryignore.
+ 5
You are wrong. Because there is an alert box in python search at Google
+ 4
🤠😎 HARDIK JAIN HARSORA😎🤠 ok, you should look at python library called "tkinter"
+ 4
Ananiya Jemberu Sololearn library do not support Tkinter library so please tell me what should I do
+ 4
Yeah, sololearn doesnot support tkinter and there is no way to be supported.so download tkinter on ur pc
+ 4
🤠😎 HARDIK JAIN HARSORA😎🤠 see this web https://docs.python.org/dev/library/tkinter.messagebox.html
+ 4
Matiyas bro Sololearn don't support Tkinter library
+ 4
Okay bro 😃
+ 4
Ishan Shah Win32api is not supported by Sololearn
+ 4
Yes bro I know .
+ 4
Matiyas Sirak as you say that code playground only command line output. I have try it but it doesn't work.
Please send me a code so that I will understand it.
+ 4
🤠😎 HARDIK JAIN HARSORA😎🤠
I don't understand you?
+ 4
Yes sir , Павел Сливенко
+ 3
Alert statements aren't in Python, but it works in JavaScript
+ 3
🤠😎 HARDIK JAIN HARSORA😎🤠
Now i understand your question.
Have i said in the previous
The Code Playground Supports Only The Command Line Output Not The GUI For Example This Code Here Should Output A Red Text But It Will Output Only The Color Encoding
https://code.sololearn.com/cWpHy43KWHDN/?ref=app
SoloLearn Servers Are Windows Servers And The Installed Library Doesn't Support Tkinter It I'll Just Say That It's Not Supported On This Platform.
for more understanding:
GUI means
A graphical user interface (GUI) is a type of user interface through which users interact with electronic devices.
+ 3
Sorry for the code.
I forget making public
+ 2
🤠😎 HARDIK JAIN HARSORA😎🤠
The Code Playground Supports Only The Command Line Output Not The GUI.
SoloLearn Servers Are Windows Servers And The Installed Library Doesn't Support Tkinter It I'll Just Say That It's Not Supported On This Platform
+ 2
🤠😎 HARDIK JAIN HARSORA😎🤠
The Code Playground Supports Only The Command Line Output Not The GUI.
+ 1
import win32api
win32api.MessageBox(0, 'hello', 'title')