Metadata-Version: 2.4
Name: clicanvas
Version: 0.1.5
Summary: A python library that deals with terminal-based user input. From a TUI framework to custom input functions.
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: inputkit
Requires-Dist: tester

# CLICanvas

CLICanvas is a python library that deals with terminal-based user input.
From a TUI framework to custom input functions.

## Features

- Custom input function and modes, including a mirror of readline and getpass
