Metadata-Version: 2.1
Name: create-pattern
Version: 1.0.0
Summary: This package can create Patterns in all A to Z shapes and many more patterns ...
Home-page: UNKNOWN
Author: Akshat Tiwari
Author-email: thealphacoding@gmail.com
License: UNKNOWN
Description: ---------------------------------------
        ## Create Patterns in just 2 lines...
        ---------------------------------------
        
        ## Installation
        '''pip install create_pattern '''
        ==================================================================================
        ## Intro 
        
        This Package can Create Patterns such as .
        ## *     *
        ## *     *
        ## * * * *
        ## *     *
        ## *     *
        
        ## And Many More Patterns 
        ====================================================================================
        ## How to use it?
        -------------------------------------------------------------------------------
        
        ## >>> import create_pattern as pp
        ## >>> pp.word(letters='python' , mask='*')  # or mask='@' or '#' and many more
        ----------------------------------------------------------------------------------
        
        ## Note - Try - :  create_pattern.word(letters='python' , mask='python')
        
        ===================================================================================
        ## what's More in create_pattern ??
        
        ## >>> import create_pattern as pp
        ## >>> pp.heart(mask='*') # heart pattern formed
        
        =======================================================================================
        
        ## Please Keep Updating this module every week to enjoy more patterns in just 2 lines... 
        
        ===========================================================================================
        --------------------------------------------------------------------------------
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
