We will create one dataframe by using the read_excel() to read the data inside a excel file containing the name of the tkinter supported colours.
From this DataFrame we will use one column ( Name ) to create a list which we will be using as Data source for populating our autocomplete.
Download the source code from here.
https://www.plus2net.com/python/tkint...
Download the excel file with color names from here.
https://www.plus2net.com/python/tkint...
Previous videos on Tkinter Autocomplete
Part I : Design , adding options and selection
• Tkinter Autocomplete by using Entry a...
Part II : Navigation and selection by arrows
• Tkinter Autocomplete using down up ar...
Part III : Different data sources, Pygsheets , MySQL database
• Tkinter Autocomplete options using da...
Part IV : Displaying other matching attributes
• Tkinter autocomplete retrieving other...
#ColorSelect #ListColors #Tkinter #ColourNames #AutocompleteColour #ListOfColourNames #python #plus2net