logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Better Python REPL - Enhanced Shell | Online Free DevTools by Hexmos

Enhance Python REPL experience with ptpython. Interactive shell featuring auto-completion and syntax highlighting. Free online tool, no registration required.

ptpython

A better Python REPL. More information: https://github.com/prompt-toolkit/ptpython.

  • Start a REPL (interactive shell):

ptpython

  • Execute a specific Python file:

ptpython {{path/to/file.py}}

  • Execute a specific Python file and start a REPL:

ptpython {{[-i|--interactive]}} {{path/to/file.py}}

  • Open the menu:

<F2>

  • Open the history page:

<F3>

  • Toggle paste mode:

<F6>

  • Quit:

<Ctrl d>

See Also