CoolFace
Apppublic

davidberenstein1957/python-code-gif-generator

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes
App README

python-code-gifs

Some code to create code gifs with Python

Usage

bash
python app.py

install

Install the package with pip:

bash
python -m venv .venv
source .venv/bin/activate
pip install .

Install the package with uv:

bash
uv venv
source .venv/bin/activate
uv pip install .