Skip to content

feat: ASCII banner on --version#24

Open
jdwit wants to merge 4 commits into
mainfrom
feat/version-banner
Open

feat: ASCII banner on --version#24
jdwit wants to merge 4 commits into
mainfrom
feat/version-banner

Conversation

@jdwit

@jdwit jdwit commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • ytstudio --version now prints the brand logo (red YouTube play-button surround, white inner glyph), tagline, and version number, all centred for the terminal.
  • The art lives in src/ytstudio/banner.txt and is loaded as package data, so tweaks are pure text edits with no Python change.

Test plan

  • uv run pytest (205 → 206 tests, all green)
  • uv run ytstudio --version shows the centred banner + tagline + v0.3.1 locally
  • uv run ruff check / ruff format --check clean

jdwit added 4 commits June 8, 2026 14:19
The plain version line was functional but bland. --version now prints
the brand logo (red play-button surround in YouTube red, white glyph),
followed by the tagline and version number, all centred for the terminal.

The art lives in src/ytstudio/banner.txt and is loaded as package data,
so future tweaks are pure text edits.
The 60x37 source overshot what fits on a normal terminal screen.
Replace with the 40x25 representation used in README's ascii.png so
the logo prints comfortably without scrolling the entire viewport.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant