flexxui / pscript

Python to JavaScript compiler
http://pscript.readthedocs.io
BSD 2-Clause "Simplified" License
260 stars 25 forks source link

Support reading from terminal input #28

Open almarklein opened 6 years ago

almarklein commented 6 years ago

Would be nice for interactive use. See #27. I do not want to add a dependency just for this, but we can probably detect the case, support it when the necessary dependency is available, and raise an informative error otherwise.