Agent-Hellboy / Agent-Hellboy/humdrum

Improve CLI output formatting using Rich

Open
#14 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Currently, Humdrum prints video results in a simple numbered list. To enhance readability and user experience, we can use a Python TUI library like Rich to:

- Display video results in a table with columns for title, channel, views, and upload date.
- Add optional color or styling to differentiate titles, numbers, and other metadata.
- Make the output easier to scan and more visually appealing.

Additional Notes:
This improvement is focused on enhancing the user interface of the CLI without changing the underlying functionality of Humdrum.

Proposed steps:

- Install and integrate the Rich library.
- Replace current print statements for video lists with a formatted table.
- Test the CLI to ensure it still works with user input selection.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.