Metadata-Version: 2.4
Name: ranjan-package
Version: 0.1.1
Summary: This is used to print package
Home-page: https://github.com/ranjansahoo905/Analyticswithranjan/tree/main/PYTHON
Author: Ranjan Sahoo
Author-email: ranjansahoo905@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Pattern

This is simple package to print patterns

# Installation

Install it using pip:

pip install Ranjan_pattern_printing

from pattern import (pyramid,right_angle,left_angle)

# pyramid

pyramid(5)

    * 
   * *
  * * *
 * * * *
* * * * *
