Metadata-Version: 2.3
Name: extra-thicc
Version: 0.1.3
Summary: Convert strings to 乇乂丅尺卂 丅卄工匚匚
License: MIT
Keywords: extrathicc,generator
Author: Michał Dziadowicz
Author-email: michal@dziadowicz.it
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Project-URL: Homepage, https://dziadowicz.it/
Project-URL: Repository, https://gitlab.com/mxdzi/extra-thicc
Description-Content-Type: text/markdown

# 乇乂丅尺卂 丅卄工匚匚

A Python module for generating an EXTRA THICC text.

# How to use

Import an `extra_thicc` module and use a `make_extra_thicc` function:

```python
from extra_thicc import make_extra_thicc

make_extra_thicc("extra thicc")
# >>> '乇乂丅尺卂 丅卄工匚匚'
```

run using poetry:
```
poetry run python src/extra_thicc.py <INPUT>
```

or install and use a console script `make-extra-thicc`:

```bash
$ make-extra-thicc 'extra thicc'
乇乂丅尺卂 丅卄工匚匚
```

### Run tests
```
poetry run pytest
```

