Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

tabcompleter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabcompleter

tabcompleter --- Autocompletion in the Python console.

Source
pipPyPI
Version
1.4.0
Maintainers
1

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:

tabcompleter

(tabcompleter is maintained by the SeleniumBase Dev Team)

Keywords

tab completion console

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts