tanishq2520/Algo-Visualizer

ui: Replace 'Current frame' text with a visual progress bar

オープン

#6 opened on 2025/10/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (10 件のフォーク)auto 404
good first issuehacktoberfestuiux

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The "Current frame: x / y" text at the bottom of the sidebar is functional, but a visual progress bar would be a much better way to show the animation's progress.

Task:

Remove the st.write() that displays the current frame text.

In its place, add an st.progress() bar.

The value of the progress bar should be calculated as (current_frame / total_frames).

Ensure the progress bar updates on every step of the animation, starting at 0% and finishing at 100%.

コントリビューターガイド