Skip to content

Center and outline some text with a given character

Notifications You must be signed in to change notification settings

gstewart86/title_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

title_text

Center and outline some text with a given character

❯ ./outline.py "test message"
#                          #
#       test message       #
#                          #
❯ ./outline.py "test message" --height 5
#                          #
#                          #
#                          #
#       test message       #
#                          #
#                          #
#                          #
❯ ./outline.py "test message" --width 40
#                                                 #
#                   test message                  #
#                                                 #
❯ ./outline.py "test message" --header --footer --filler -
############################
#-------test message-------#
############################

About

Center and outline some text with a given character

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages