Browse Source

Basic script template

pull/3/head
Jure Šorn 6 years ago
parent
commit
e10635c5b5
1 changed files with 2 additions and 2 deletions
  1. 4
      README.md

4
README.md

@ -913,7 +913,7 @@ wf.close()
Progress Bar Progress Bar
------------ ------------
#### Basic:
### Basic:
```python ```python
import sys import sys
@ -958,7 +958,7 @@ for el in Bar.foreach([1, 2, 3, 4]):
sleep(0.02) sleep(0.02)
``` ```
#### Progress:
### Progress:
```python ```python
# $ pip3 install progress # $ pip3 install progress
from progress.bar import Bar from progress.bar import Bar

Loading…
Cancel
Save