fh_pyconsole / README.md
azizalto's picture
deploy at 2024-08-12 17:33:06.979023
b8b9cbf verified
|
raw
history blame
467 Bytes

PyConsole

Turn browser into a console for Python using FastHTML (in 34 lines).

Usage

pip install python-fasthtml
git clone https://github.com/iamaziz/fh_pyconsole.git
cd fh_pyconsole
python app.py

Open browser and navigate to http://localhost:5001

Demo

<TODO> add screenshare video recording


Disclaimer ⚠️

Under the hood, exec() is used to execute Python code.