Metadata-Version: 2.1
Name: ayla
Version: 1.0.3
Summary: Some functions used in KuuhakuTeam projects
Home-page: https://github.com/KuuhakuTeam/Ayla
License: MIT
Keywords: leveling,card,image
Author: fnixdev
Author-email: fenixdev@outlook.com
Requires-Python: >=3.8,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://github.com/KuuhakuTeam/Ayla
Description-Content-Type: text/markdown


## Usage

```py
from ayla import RankCard

rank = RankCard(
    pfp=pfp,
    background=bg,
    nickname=nick,
    level=level,
    current_xp=current,
    xp_max=max_xp,
    text_color=text_color,
    bar_color=bar_color
)

image = rank.card1()
```
<br>

## Functions

- RankCard
- ScrobbleCard (soon)
