Interact cli

https://img.shields.io/pypi/v/interact-cli.svg https://img.shields.io/pypi/pyversions/interact-cli.svg https://img.shields.io/pypi/dm/interact-cli.svg https://api.travis-ci.com/caizhengxin/interact-cli.svg?branch=master Documentation Status https://img.shields.io/github/languages/code-size/caizhengxin/interact-cli https://img.shields.io/pypi/l/interact-cli

Interactive command line tool.

Features

  • Interact input

  • Supports multiple data types

Type

  • boolean

  • string

  • int

  • list

  • choice

Usage

from interact import loads


if __name__ == "__main__":
    print(loads("interact.json"))

Demo

Credits

This package was created with Cookiecutter and the caizhengxin/cookiecutter-package project template.