Skip to content

Instantly share code, notes, and snippets.

@deibit
Created April 6, 2014 06:39
Show Gist options
  • Save deibit/10002286 to your computer and use it in GitHub Desktop.
Save deibit/10002286 to your computer and use it in GitHub Desktop.
Quick Tab Autocompleter in Python
# Quick tab autocompleter in python
import readline
import rlcompleter
readline.parse_and_bind("tab: completer")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment