Skip to main content

Insert a Combobox into your GUI that allows suggestions based on what the user writes in

Project description

AutoCombobox

PyPI

AutoCombobox is a Ttk widget based on the existing Combobox. It allows the user to write on the entry field, viewing at the same time some suggested option based on what the user writes. The suggestions are customizable through a function that can be defined by the developer.

Installation

AutoCombobox can be installed from PyPI using the command pip install autocombobox. It doesn't have any dependences other than Tkinter.

Usage

AutoCombobox was created specifically to be used like the normal Ttk Combobox, so all its options are available. Beside that, it can accept the filter option, that allows the developer to pass the function that determines the suggestions. The function must take 2 parameters: the first represent the list of all possible options of the Combobox, and the second represent the text written on the entry field; the function must returns a list of integers rappresenting the indices of the position of each option (a negative value indicates that the option will not be shown). There is a default filter function, that shows all the options that starts with the user input.

AutoCombobox makes available also various useful methods:

  • show_listbox and hide_listbox are the functions that manage the list of the Combobox options;
  • update_values takes an optional string and filters the list of all possible values based on it, to show only suggestions. If no strings is given, it is taken from the entry field;
  • select takes a string, and set the entry field with that. If the string is also in the possible value, it generate a <<ComboboxSelected>> event;
  • change_highlight takes the index of the option we want to highglights.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autocombobox-1.3.1.tar.gz (30.2 kB view details)

Uploaded Source

Built Distribution

autocombobox-1.3.1-py3-none-any.whl (30.6 kB view details)

Uploaded Python 3

File details

Details for the file autocombobox-1.3.1.tar.gz.

File metadata

  • Download URL: autocombobox-1.3.1.tar.gz
  • Upload date:
  • Size: 30.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for autocombobox-1.3.1.tar.gz
Algorithm Hash digest
SHA256 3a64462577df14bc82d3f09189779708745a85130c978b5f45beeed16687a906
MD5 5bb9e344cc07bd6fb4f96b1f1658c1ea
BLAKE2b-256 f6909b4abf7af8eddf4e3e8f8591b2af9628edfe853201694a2362bfa5dbf9c2

See more details on using hashes here.

File details

Details for the file autocombobox-1.3.1-py3-none-any.whl.

File metadata

  • Download URL: autocombobox-1.3.1-py3-none-any.whl
  • Upload date:
  • Size: 30.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for autocombobox-1.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6bf9c5b098103817349a8ff133999f3ddeaf6d6b8816d36a11a2f641f32108ea
MD5 68b3fa5bc04775d41585643d26edf3d6
BLAKE2b-256 3639ffe6cba15316733e3681dc8f9ee96f0a9e83cfd834551bb0c919103170a7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page