To Do List
- Write a Markdown Tutorial
- Add jokes in it
- Apologize for the stupid puns
- Do laundry
virtualenv progress_env | |
source ./progress_env/bin/activate | |
pip3 install progress progressbar2 clint click tqdm |
from time import sleep | |
from progress.spinner import MoonSpinner | |
with MoonSpinner('Processing…') as bar: | |
for i in range(100): | |
sleep(0.02) | |
bar.next() |
from time import sleep | |
from progress.bar import Bar | |
with Bar('Loading', fill='@', suffix='%(percent).1f%% - %(eta)ds') as bar: | |
for i in range(100): | |
sleep(0.02) | |
bar.next() |
from time import sleep | |
from progress.bar import Bar | |
with Bar('Processing...') as bar: | |
for i in range(100): | |
sleep(0.02) | |
bar.next() |
To Do List
First Column | Second Column | Third Column |
---|---|---|
Left-align | Center-align | Right-align |
Item 1 | Item 2 | Item 3 |
I want to say **bold** without being bold.
http://ecosia.org/ is equivalent to
http://ecosia.org/.
It works for emails as well:
this phrase is deleted.