tabcompleter --- Autocompletion in the Python console.
Project description
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:
More examples:
tabcompleter is used by packages such as pdbp
and seleniumbase
:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tabcompleter-0.2.0.tar.gz
(10.1 kB
view hashes)
Built Distribution
Close
Hashes for tabcompleter-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05b2e2e0a780775438f08ed54c5382156bddb25c2159cd7c3b11db18c861f1d0 |
|
MD5 | d0ed2e805ee356b71b91585793fa5d31 |
|
BLAKE2b-256 | 320866cbfba8cde69ef0c543a4283ca28b70d719865ef3ce3b6c429ec6f8be1b |