Metadata-Version: 2.4
Name: dcfonts
Version: 0.1.0
Summary: A mirror package for aiodc. Please install that instead.
License: GPL-3.0
Keywords: discord,fonts,name,style,bot,mirror
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiodc

### This is a mirror package!

The discord name styles (fonts, effects, colors) that used to live in `dcfonts` now live in `aiodc.fonts`.

It is recommended to install `aiodc` instead:

```bash
pip install aiodc
```

```python
import aiodc
from aiodc.fonts import Font, Effect, Color, preset

await preset(guild, "sinistre-neon-white")
await aiodc.fonts.apply(guild, Font.SINISTRE, Effect.NEON, [Color.WHITE])
```
