tabcompleter --- Autocompletion in the Python console.
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.
pip install tabcompleter
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 is used by packages such as pdbp and seleniumbase:
(tabcompleter is maintained by the SeleniumBase Dev Team)