Skip to main content

Fuzzy-filtering menu-based interactive curses interface

Project description

CI coveralls Documentation Status

tuzue

Fuzzy-filtering menu-based interactive curses interface for python, plus utilities.

Library usage

Basic usage of the library is very simple:

import tuzue

fruits = [ "avocado", "berry", "cherry", "durian", "eggfruit" ]
favorite = tuzue.navigate(fruits, "What is your favorite fruit?")
print("Your favorite fruit is", favorite)

That generates the following possible interaction:

demo-navigate

Inspecting in pdb

tuzue is very useful to inspect object trees in pdb. Example session where we use tuzue to inspect itself:

demo-pdb

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

tuzue-0.0.1.tar.gz (241.7 kB view hashes)

Uploaded Source

Built Distribution

tuzue-0.0.1-py3-none-any.whl (246.4 kB view hashes)

Uploaded Python 3

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