Python Prompt Toolkit 3.0 — prompt_toolkit 3.0.50 documentation (original) (raw)

  1. Start
  2. Python Prompt Toolkit 3.0

prompt_toolkit is a library for building powerful interactive command line and terminal applications in Python.

It can be a very advanced pure Python replacement for GNU readline, but it can also be used for building full screen applications.

_images/ptpython-2.png

Some features:

Like readline:

Works everywhere:

Have a look at the gallery to get an idea of what is possible.

Getting started

Go to getting started and build your first prompt. Issues are tracked on the Github project.

Thanks to:

A special thanks to all the contributorsfor making prompt_toolkit possible.

Also, a special thanks to the Pygments and wcwidth libraries.

Table of contents

Indices and tables

Prompt_toolkit was created by Jonathan Slenders.