/ascii-art

Primary LanguagePythonMIT LicenseMIT

Simple tool to explore packaging

Pacakged with uv

Run

Run the project script directly with uv:

uv run ascii_art\app.py

Run the project script without installation with uvx:

uvx --from . ascii

Install

Install with

uv tool install .

Then run with ascii

Uninstall with:

uv tool uninstall ascii_art