Python prompt toolkit: Difference between revisions

From wikinotes
(Created page with "prompt_toolkit is a library that lets you create commandline interfaces with: * syntax highlighting * tab-completion * builtin vi-mode!")
 
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
* tab-completion
* tab-completion
* builtin vi-mode!
* builtin vi-mode!
= Documentation =
<blockquote>
{| class="wikitable"
|-
| official docs || https://python-prompt-toolkit.readthedocs.io/en/stable/
|-
| github || https://github.com/prompt-toolkit/python-prompt-toolkit
|-
|}
</blockquote><!-- Documentation -->

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