Project: tabcompleter

tabcompleter --- Autocompletion in the Python console.

Project Details

Latest version
1.3.0
Home Page
https://github.com/mdmintz/tabcompleter
PyPI Page
https://pypi.org/project/tabcompleter/

Project Popularity

PageRank
0.003143005151563815
Number of downloads
222850

tabcompleter (📃)

tabcompleter

tabcompleter is a friendly fork of the (unmaintained) fancycompleter package.

tabcompleter lets you use the Tab key to expand and autocomplete options in the Python console.

Installation:

pip install tabcompleter

Usage:

import tabcompleter
tabcompleter.interact(persist_history=True)

# Now use the Tab key in the Python console

An example of using the Tab key to see all possibilities:

tabcompleter

More examples:

tabcompleter is used by packages such as pdbp and seleniumbase:

  • https://pypi.org/project/pdbp/
  • https://github.com/mdmintz/pdbp
  • https://pypi.org/project/seleniumbase/
  • https://github.com/seleniumbase/SeleniumBase

tabcompleter

(tabcompleter is maintained by the SeleniumBase Dev Team)