Skip to content

Qu4tro/targetbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

targetbox

Fast TUI prototyping

Quick usage overview:

>>> from targetbox import Menu
>>> content = range(100)
>>> menu = Menu(content)

Menu screenshot

Why targetbox?

That's a good question. targetbox takes inspiration from other projects like Choose, Pick and Selecta. However these tools only let you choose a option and do one thing with it.

targetbox is a new alternative that is more extensible! You can: Set your own keybindings that act on the selected text, Change the colorscheme to your own liking and a lot more.

The Basics

>>> from targetbox import Menu
>>> content = range(100)
>>> menu = Menu(content=content,
                keybindings=keybindings
                colorscheme=colorscheme)

Releases

No releases published

Packages

No packages published

Languages