# TTY Form [![Crate](https://img.shields.io/crates/v/tty-form.svg)](https://crates.io/crates/tty-form) [![Rust CI](https://github.com/danielway/tty-form/actions/workflows/rust_ci.yml/badge.svg?branch=master)](https://github.com/danielway/tty-form/actions/workflows/rust_ci.yml) [![Rust CD](https://github.com/danielway/tty-form/actions/workflows/rust_cd.yml/badge.svg)](https://github.com/danielway/tty-form/actions/workflows/rust_cd.yml) Provides simple TTY-based user input form capabilities including multi-step forms and complex input types. Uses [TTY Interface](https://github.com/danielway/tty-interface) for rendering forms.