Python prompt toolkit: Difference between revisions

From wikinotes
No edit summary
 
Line 7: Line 7:
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
|-
| official docs || https://python-prompt-toolkit.readthedocs.io/en/stable/
|-
|-
| github || https://github.com/prompt-toolkit/python-prompt-toolkit
| github || https://github.com/prompt-toolkit/python-prompt-toolkit

Latest revision as of 02:08, 28 March 2022

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