Agent-Hellboy / Agent-Hellboy/humdrum

Improve CLI output formatting using Rich

未關閉
#14 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
4
分支
3
PR 合併指標
30 天內沒有已合併 PR

描述

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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。