## Description This includes the menu and hook group picker screen. ## Resources ### Packages / libraries / modules #### TUI - [rich](https://rich.readthedocs.io/en/stable/introduction.html) - [gum](https://github.com/charmbracelet/gum) - [textual](https://github.com/Textualize/textual) - [picotui](https://pypi.org/project/picotui/) - [pyTermTk](https://pypi.org/project/pyTermTk/) - [pytermgui](https://github.com/bczsalba/pytermgui) <!-- --> - [Charm](https://github.com/charmbracelet) - [muesli](https://github.com/muesli) #### String search - [thefuzz](https://github.com/seatgeek/thefuzz) - [python-Levenshtein](https://pypi.org/project/python-Levenshtein/) #### Tutorials / articles - [Best TUI Library/Framework](https://www.reddit.com/r/Python/comments/qdj1xr/best_tui_libraryframework/) - [Command Line UI’s in Python](https://k3no.medium.com/command-line-uis-in-python-80af755aa27d) - [Python Terminal/Text UI (TUI) library](https://stackoverflow.com/questions/22394090/python-terminal-text-ui-tui-library) - [Best Text User Interface (TUI) library?](https://www.reddit.com/r/learnpython/comments/koa1l2/best_text_user_interface_tui_library/) - [Executing Shell Commands with Python](https://stackabuse.com/executing-shell-commands-with-python/) - [Running shell command and capturing the output](https://stackoverflow.com/questions/4760215/running-shell-command-and-capturing-the-output) - [Python TUI that will work on DOS/Windows and Unix/Linux](https://groups.google.com/g/comp.lang.python/c/3zNU6wUdDj8) - [How to Create a Console UI in Python using the Rich Library](https://python.plainenglish.io/fancy-console-ui-in-python-d56d9b75ae30)
Description
This includes the menu and hook group picker screen.
Resources
Packages / libraries / modules
TUI
String search
Tutorials / articles