Open Issues Need Help
View All on GitHub Gui status bar about 2 months ago
good first issue
CLI & dialog toolkit – a minimal interface to Python application (GUI, TUI, CLI, web)
Python
#argparse#cli#gui#ui
Fix gui date entry about 2 months ago
good first issue
CLI & dialog toolkit – a minimal interface to Python application (GUI, TUI, CLI, web)
Python
#argparse#cli#gui#ui
GUI select box shortcuts about 2 months ago
AI Summary: The user requests the addition of keyboard shortcuts for GUI radio button (select box) components. Specifically, they want `Home/End` for navigating to the first/last item, `PgUp/Down` for page-wise scrolling, and a basic "search by typing" functionality. The implementation should occur in `mininterface/_tk_interface/select_input.py` using the `adaptor.shortcuts` mechanism.
Complexity:
2/5
good first issue
CLI & dialog toolkit – a minimal interface to Python application (GUI, TUI, CLI, web)
Python
#argparse#cli#gui#ui