Skip to content

ekinakyurek/Tqdm.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tqdm

A fast, extensible progress bar for Julia. This is a Julia clone of the great Python package tqdm.

Usage

julia> using Tqdm

julia> for i in tqdm(1:100000) #wrap any iterator
          #code
       end
100.00%┣████████████████████████████████████████████████▉┫ 100000/100000 [00:12<00:00 , 8616.43 it/s]

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%