Metadata-Version: 2.1
Name: hello_ridwaanhall
Version: 0.3.0
Summary: A package that says hello to Ridwaan
Home-page: https://github.com/ridwaanhall/hello_ridwaanhall
Author: Ridwan Halim
Author-email: ridwaanhall.dev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# hello_ridwaanhall

A package that says hello to Ridwaan.

## Installation

```sh
pip install hello_ridwaanhall
```

## Usage

```python
from hello_ridwaanhall import hello, me

print(hello.hi())
print(hello.love())

print(me.username())
print(me.nim())
print(me.name())
print(me.email())
print(me.college())
```
