On Thu, Apr 19, 2018, at 03:39, [email protected] wrote: > Is there any other option for getting interactive multi line input from user.
If you don't need a full-featured text editor, you could build a simple input popup with the Textbox widget in tkinter. -- https://mail.python.org/mailman/listinfo/python-list
