Skip to content

Instantly share code, notes, and snippets.

View sibosutd's full-sized avatar

Sibo sibosutd

View GitHub Profile
@sibosutd
sibosutd / progress_bar.py
Created October 12, 2016 07:39
Implementation of python progress bar (or status bar) without using Progressbar library.
'''
Implementation of python progress bar (or status bar)
without using Progressbar library.
Result:
Completed: [==================================================] 100%
Created by Sibo, 12 Oct.
'''
import time