davidberenstein1957's picture
Update README color scheme
331adff

A newer version of the Gradio SDK is available: 5.15.0

Upgrade
metadata
title: Python Code Gifs
emoji: 💻
colorFrom: red
colorTo: purple
sdk: gradio
sdk_version: 5.13.2
app_file: app.py
pinned: false

python-code-gifs

Some code to create code gifs with Python

Usage

python app.py

install

Install the package with pip:

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

Install the package with uv:

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