Tqdm

Теги: logging  python 

from tqdm import tqdm
for i in tqdm(range(10000)):
    ...

76%|████████████████████████████         | 7568/10000 [00:33<00:10, 229.00it/s]

Возможности:

  • tqdm.tqdm
  • tqdm.notebook
  • tqdm.asyncio
  • tqdm.keras
  • tqdm.dask
  • tqdm.tk
  • tqdm.gui
  • tqdm.rich
  • CLI
  • tqdm.contrib
  • tqdm.contrib.concurrent
  • tqdm.contrib.itertools
  • tqdm.contrib.logging
  • tqdm.contrib.slack
  • tqdm.contrib.discord tqdm.contrib.telegram

tqdm

Смотри еще: