A wrapper for https://www.online-python.com/
- upload multiple files
- read from stdin
- provide command line arguments
- log websocket traffic
git clone https://github.com/Semnodime/online-python.git
cd online-python
pipenv install
chmod +x online-python
usage: online-python [-h] [--log LOG_PATH] file [file ...] [--run [arg ...]]
./online-python example.py
Enter 1st number:
42
Enter 2nd number:
12
Sum of 42 and 12 is 54