/pyleftpad

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

pyleftpad

A left-padding library for your strings

Install

pip install git+git://github.com/the21st/pyleftpad

How to use

from pyleftpad.core import *
left_pad("nbdev", 10)
'     nbdev'