Socket
Socket
Sign inDemoInstall

tabcompleter

Package Overview
Dependencies
Maintainers
1
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.


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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc