davidberenstein1957/python-code-gif-generator
1
python-code-gifs
Some code to create code gifs with Python
Usage
python app.pyinstall
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 .