Fuzzy-filtering menu-based interactive curses interface
Project description
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:
Inspecting in pdb
tuzue is very useful to inspect object trees in pdb, like so:
(Pdb) import tuzue
(Pdb) tuzue.inspect( ... )
Example session where we use tuzue to inspect itself:
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.1.4.tar.gz
(235.5 kB
view hashes)
Built Distribution
tuzue-0.1.4-py3-none-any.whl
(238.5 kB
view hashes)