This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |