Python prompt toolkit

From wikinotes
Revision as of 02:08, 28 March 2022 by Will (talk | contribs) (→‎Documentation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

prompt_toolkit is a library that lets you create commandline interfaces with:

  • syntax highlighting
  • tab-completion
  • builtin vi-mode!

Documentation

official docs https://python-prompt-toolkit.readthedocs.io/en/stable/
github https://github.com/prompt-toolkit/python-prompt-toolkit