Skip to content

Instantly share code, notes, and snippets.

@mrf345
Created June 22, 2020 14:23
Show Gist options
  • Save mrf345/b9b587e527aa50900d05660cc5c7439e to your computer and use it in GitHub Desktop.
Save mrf345/b9b587e527aa50900d05660cc5c7439e to your computer and use it in GitHub Desktop.
spaces_length = ((the expected length to make them all equal - the length of the task name) / 2)

and then replace the task name with:

(' ' * space_length[0]) + task_name + (' ' * spaces_length[1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment