Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inquirer to CLI tools #489

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
7 changes: 4 additions & 3 deletions docs/pages/libraries/clis.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ parent: Recommended libraries

### Other useful tools for CLIs

| Name | Short description | 🚦 |
| ------------------------------- | ----------------------- | :-: |
| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 |
| Name | Short description | 🚦 |
| -------------------------------------------------------- | -------------------------------------------------------------- | :-: |
| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 |
| [inquirer] (<https://github.com/magmax/python-inquirer>) | Collection of common interactive command line user interfaces. | 🟢 |
dstansby marked this conversation as resolved.
Show resolved Hide resolved