Finding Library for Python Interactive CLI/Shell

My requirement is to Ask question to user and the user select the answer from choices. I want the cli should be in python because the libraries the cli interact with is already developed python.

First I have found below from Reddit

PyInquirer

Its fits my requirement. But it seems not maintained. So searching for other alternatives.

Found the below awesome list

Awesome CLI Frameworks in python

Then short listed these

My intuition says, I am mostly go with Questionary . Lets see. Will update the post after completed.

Got to know about

  • Text User Interface - TUI
  • Seems python prompt toolkit is most widely used and actively maintained.
  • Inquirer.js for NodeJS
  • Cobra for Golang

Created Git CLI list.

Show Comments
\