fh_pyconsole / README.md
azizalto's picture
deploy at 2024-08-12 17:38:13.082420
7acbce5 verified
---
title: PyConsole
emoji: 🐍
colorFrom: green
colorTo: green
sdk: docker
app_file: main.py
pinned: false
---
# PyConsole
Turn browser into a console for Python using [FastHTML](https://github.com/answerdotai/fasthtml) (in 34 lines).
# Usage
```shell
pip install python-fasthtml
git clone https://github.com/iamaziz/fh_pyconsole.git
cd fh_pyconsole
```
```python
python app.py
```
Open browser and navigate to `http://localhost:5001`
# Demo
> `<TODO> add screenshare video recording`
<br>
## Disclaimer ⚠️
> Under the hood, `exec()` is used to execute Python code.
## Deployment to HF Space
- Using [fasthtml-hf](https://github.com/AnswerDotAI/fasthtml-hf?tab=readme-ov-file#quickstart)