+ 2
How to put a "raw_input" on a window of the module tkinter (in python).
Hello, I'm creating a big project in python language but i have a question : How to put a "raw_input" on a window of the module tkinter (in python). I do not know how to go about it to put it in graphical format (I know how to put a normal text but not a "raw_input" ... -- Thank you in advance Ninofox_078
2 Antworten
+ 1
Hello again,
After a lot of research I found how to do and share the technique you have to write: name = Entry (windowname)
--
Bye
- 1
I think writing like r"hello world", will work for you.