1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
.. _gallery:
Gallery
=======
Showcase, demonstrating the possibilities of prompt_toolkit.
Ptpython, a Python REPL
^^^^^^^^^^^^^^^^^^^^^^^
The prompt:
.. image:: ../images/ptpython.png
The configuration menu of ptpython.
.. image:: ../images/ptpython-menu.png
The history page with its help. (This is a full-screen layout.)
.. image:: ../images/ptpython-history-help.png
Pyvim, a Vim clone
^^^^^^^^^^^^^^^^^^
.. image:: ../images/pyvim.png
Pymux, a terminal multiplexer (like tmux) in Python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. image:: ../images/pymux.png
|