Metadata-Version: 2.1
Name: h4ck
Version: 0.0.1
Summary: A simple library that prints a greeting.
Home-page: https://github.com/im-yellow/Y_ellow/
Author: Y-ellow
Author-email: im.yellow.dev@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: LICENSE

# Y-ellow

A simple library that prints a greeting.

## Installation

You can install the library using pip:

```bash
pip install h4ck
```

## Usage
```python
from h4ck import h4ck

h4ck()
```
