Skip to content

Instantly share code, notes, and snippets.

View writeblankspace's full-sized avatar
♥️
listening to TayTay while coding

writeblankspace writeblankspace

♥️
listening to TayTay while coding
  • Dying in 11th year
  • 15:15 (UTC +03:00)
View GitHub Profile
def progress_bar(current, goal):
""" **Creates a progress bar** \n
current = the progress done \n
goal = the total needed \n"""
""" current is the numerator
goal is the denominator """
# configuration
conf = { # conf[key]
# these will make up the progress bar as strings
# 'c' is for anything completed (aka the green bits)