/online-python

A wrapper for https://www.online-python.com/

Primary LanguagePythonMIT LicenseMIT

online-python

A wrapper for https://www.online-python.com/

Features:

  • upload multiple files
  • read from stdin
  • provide command line arguments
  • log websocket traffic

Download

git clone https://github.com/Semnodime/online-python.git

Installation

cd online-python
pipenv install
chmod +x online-python

Usage

usage: online-python [-h] [--log LOG_PATH] file [file ...] [--run [arg ...]]

Execute It

./online-python example.py
Enter 1st number: 
42
Enter 2nd number: 
12
Sum of 42 and 12 is 54