Metadata-Version: 2.1
Name: natansh_pattern
Version: 1.0.0
Summary: This is a pattern printing program
Author-email: Natansh Arora <nataansharora@gmail.com>
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# natansh_pattern

## This is a pattern printing program

---

# Use the package in your project

### Install the package

```
pip install natansh-pattern
```

### Using the package

```
import natansh-pattern.pattern as pattern

pattern.pattern_triangle(4)
```

---

Natansh Arora© 2023

> **Note**
> This is for a university project. Might not be maintained in future.
