Skip to content

imyizhang/StreamInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StreamInput

StreamInput is

Quickstart

from streaminput import streaminput

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

Install StreamInput

$ pip install streaminput