Metadata-Version: 2.4
Name: rblx
Version: 0.1.0
Summary: A Python library for Roblox utilities
Author: TuFueguito
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# RBLX

RBLX is a Python library providing utilities for Roblox.

## Installation

```bash
pip install .
```

## Usage

```python
from rblx import get_username, greet

print(get_username(123))
print(greet("TuFueguito"))
```
