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
:
- https://pypi.org/project/pdbp/
- https://github.com/mdmintz/pdbp
- https://pypi.org/project/seleniumbase/
- https://github.com/seleniumbase/SeleniumBase
(tabcompleter
is maintained by the SeleniumBase Dev Team)
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-1.0.0.tar.gz
(10.3 kB
view hashes)
Built Distribution
Close
Hashes for tabcompleter-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5d5dcb573cea157da9e67dc2da44c8eae64997ac573b71c30f00b8980e04e53 |
|
MD5 | 71429d8081e7057c6c0e175c04b18ea2 |
|
BLAKE2b-256 | ef16fd2bbeee0c9617fddc402235b65f7652a2671f59a186dc2728ca78c96398 |