Skip to content

Instantly share code, notes, and snippets.

View RyanMillerC's full-sized avatar
🥨
Everybody loves Pretzel Day

Ryan Miller RyanMillerC

🥨
Everybody loves Pretzel Day
View GitHub Profile
@RyanMillerC
RyanMillerC / ProgressBar.py
Last active May 14, 2018 17:28 — forked from aubricus/License
Printable Progress Bar for Python
# -*- coding: utf-8 -*-
import sys
class ProgressBar():
"""Printable progress bar.
"""
def __init__(
self, total, iterator=0, prefix='Progress',