Skip to main content

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 hightlight.

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.7.1.tar.gz (35.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autocombobox-1.7.1-py3-none-any.whl (31.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: autocombobox-1.7.1.tar.gz
  • Upload date:
  • Size: 35.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for autocombobox-1.7.1.tar.gz
Algorithm Hash digest
SHA256 8cecd6b10d90c79280c9dc667b00385b22504484888647e9e51f92d1e6f1e43e
MD5 4cf04dc6ca621317988e7332015dab0b
BLAKE2b-256 e009776792a8c626325a561c7193d2cf48a4b96ba86c5081abe991b4a3a54007

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autocombobox-1.7.1-py3-none-any.whl
  • Upload date:
  • Size: 31.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for autocombobox-1.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6591aeb783c823e9c5170b0e034673b10a6c16a5bb5da6b96a3d2f20d731b789
MD5 585b15b48641b5ba1743f6014eb7b41f
BLAKE2b-256 96cc1347b9e5440a9f0f3ae5ef56186c7634f383bac8780c7027e3a9628ca1d8

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.7.1 This release

2 files

1.7.0

2 files

1.6.0

2 files

1.5.1

2 files

1.5.0

2 files

1.4.2

2 files

1.4.0

2 files

1.3.2

2 files

1.3.1

2 files

1.3.0

2 files

1.2.0

2 files

1.1.1

2 files

1.1.0

2 files

1.0.2

2 files

1.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page