tqdm 0.0.2 released
Hi everyone!
I have just released tqdm, a (partial) Elixir port of the popular Python library of the same name.
tqdm allows you to add CLI progress bars to your long running processes in a second. Just wrap your enumerables (that is, Lists, Maps, Streams, Ranges, and anything else that has an Enumerable implementation) in Tqdm.tqdm
, and it will look something like this:
Check out the docs and start adding progress bars to your CLI apps today!
Read next ex_cli 0.1.0 released