You can use a nice GUI widget to get additional inputs.
For a single input you can do this:
result = qt.QInputDialog().getText(None, "Some Title","Some description")
If you need multiple inputs then you can put together a dialogbox with a few fields in 10-15 lines of Python code; or create a dialog in Qt Designer (menu: Edit / Application settings / Developer / Qt Designer → launch):