Metadata-Version: 1.1
Name: shoutout
Version: 0.0.2
Summary: Shout out loud
Home-page: https://github.com/hongkunyoo/shoutout
Author: Hongkun Yoo
Author-email: hongkunyoo@gmail.com
License: MIT
Download-URL: https://github.com/hongkunyoo/shoutout
Description-Content-Type: UNKNOWN
Description: # shoutout
        Python jumbo letter printer
        
        # Install
        pip install shoutout
        
        # Usage
        
        ```python
        import shoutout
        shoutout.loud("Hello!!")
        ```
        
        <pre>         
        	
         #   #   ####   #       #        ####     ###    ### 
         #   #   #      #       #       #    #    ###    ### 
         #####   ####   #       #       #    #    ##     ##  
         #   #   #      #       #       #    #               
         #   #   ####   #####   #####    ####     ##     ##  
        
        </pre> 
        
        or you can create an object!
        
        ```python
        import shoutout
        
        loud_msg = shoutout.ShoutOut("World!!")
        print loud_msg
        ```
        
        <pre>         
                  
         #       #    ####    #####    #       ####      ###    ### 
         #       #   #    #   #    #   #       #    #    ###    ### 
         #   #   #   #    #   # ###    #       #    #    ##     ##  
          # # # #    #    #   #   #    #       #    #               
           #   #      ####    #    #   #####   ####      ##     ##  
              
        
        </pre> 
        
        
Keywords: Large letters,large letter printer,Shout out loud
Platform: UNKNOWN
