Skip to content

Instantly share code, notes, and snippets.

View victordomingos's full-sized avatar

Victor Domingos victordomingos

View GitHub Profile
@victordomingos
victordomingos / autocomplete.py
Last active May 4, 2016 15:48 — forked from ian-weisser/autocomplete.py
Python3 tkinter text entry widget with built-in autocompletion class, with working example (revised version)
#!/usr/bin/python3
"""
tkentrycomplete.py
A tkinter widget that features autocompletion.
Created by Mitja Martini on 2008-11-29.
Converted to Python3 by Ian weisser on 2014-04-06.
Edited by Victor Domingos on 2016-04-25.