Skip to main content

Generate big comment type print statements.

Project description

Comment generator

When passed a word, this piece of code transforms the text into a B I G hashtag style word.

Great for printing little pieces of code when running long pieces of code.

Example:

# pip install comment-creator

from comment_creator import comment_creator

comment_creator.generate_comment("dates started")

Function can output letters and white space at the moment. Will add numbers.

Output:

####   #####  #####  #####   ###          ###   #####  #####  #####  #####  #####  #### 
##  #  #   #    #    ##     #            #        #    #   #  ##  #    #    ##     ##  #
##  #  #####    #    ####    ###          ###     #    #####  #####    #    ####   ##  #
##  #  #   #    #    ##         #            #    #    #   #  ## #     #    ##     ##  #
####   #   #    #    #####   ###          ###     #    #   #  ##  #    #    #####  #### 

Improvement since 0.0.5

  1. Added numbers to the character dictionary

  2. You can pass an optional second string argument: "warn"(yellow), "success"(green) or "fail"(red) and the output will be in the respective color. Default color is the default print color statement of your IDE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

comment_creator-0.0.5.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

comment_creator-0.0.5-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page