StreamInput

Extension of Python built-in input() with timeout


Keywords
input, timeout, python3
License
MIT
Install
pip install StreamInput==0.0.1

Documentation

StreamInput

StreamInput is

Quickstart

from streaminput import streaminput

data = streaminput(prompt='>>> ', timeout=10)
print(data)

Install StreamInput

$ pip install streaminput