Dropdown list Checklist Combination Tkinter

78 Views Asked by At

I want to create a dropdown list, which has the checklist functionality. I.e., I have a bunch of email senders' names in respective checkboxes, each checkbox selected when clicking a download button, will be included in a data extraction function.

I have tried the package, ChecklistCombobox, which I can't manage to install, import and use: https://pypi.org/project/ChecklistCombobox/

0

There are 0 best solutions below