描述 它为循环提供了一个智能状态栏。 可用于显示长时间运行的操作进度 安装 pip3 install smart-status-bar 用法 loop: """ Statements """ smart_status_bar.status_bar(index, total, message) where index : current iteration of our loop total : total number of iteration of out loop message : Unique message for each iteration