Tkinter: save user input from Text widget to a variable with Python 3.5.2

preview_player
Показать описание
How to save user input from a Text widget into a variable.
Рекомендации по теме
Комментарии
Автор

I was stuck in text widget and wasted 2-3 hours and finally found your video ....thanks for creating the video

rahulgupta-fpvy
Автор

Been searching for this for hours now! THANK YOU, FRIEND!

yklonebee
Автор

Thanks a lot bro!Been searching this long time

adityakrishnan
Автор

'NoneType' object has no attribute 'get' < this is my problem always when i try to use get() from Entry/Text widget... and i am fekn clueless...

winterhear
Автор

Thank you very much for this. It was a great example of using Text and printing input on IDE window. Could you also provide the code to SAVE the input in a text file ('utf-8' encoded) and also OPEN that file? Thanks.

GeorgeTrialonis
Автор

Is there away to send the same information/user-input from Text widget directly to a .txt, word, or excel doc?

kylewaters
Автор

what variable does this get stored in? inputValue? That is stuck insided the loop unless you global it. im really confused

Thorsboyz
Автор

the data is printed but we need how the data stored in to database tables

Bachelorlifewithfun