I am looking for a way to have a user input entered between two strings. Is there an easy way to do this?
For example;
input("text blah blah" The users input appears here " more text is here")
so when the program is running it would look like this;
text blah blah more text here
and the user can input the text between 'blah' and 'more'.
cursesmodule if you want to build complicated interfaces. This SO question might be relevant.