Add logo to tqdm

This commit is contained in:
Hadrien Mary 2015-06-06 16:12:49 +02:00
parent ccb05c2e04
commit c8edafc74c
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
![Logo](logo.png)
# tqdm # tqdm
[![Build Status](https://travis-ci.org/tqdm/tqdm.svg?branch=master)](https://travis-ci.org/tqdm/tqdm) [![Build Status](https://travis-ci.org/tqdm/tqdm.svg?branch=master)](https://travis-ci.org/tqdm/tqdm)
@ -7,7 +9,7 @@ Instantly make your loops show a progress meter - just wrap any iterable with "t
tqdm (read ta<i>qa</i>dum, تقدّم) means "progress" in arabic. tqdm (read ta<i>qa</i>dum, تقدّم) means "progress" in arabic.
![ScreenShot](tqdm.gif) ![Screenshot](tqdm.gif)
You can also use trange(N) as a shortcut for tqdm(xrange(N)) You can also use trange(N) as a shortcut for tqdm(xrange(N))

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB