Metadata-Version: 2.3
Name: laudanum
Version: 0.1.2
Summary: A CLI tool for creating logos with ASCII art.
License: MIT
Keywords: ascii,art,logo,image
Author: Mike Letts
Author-email: lettsmt@gmail.com
Maintainer: Mike Letts
Maintainer-email: lettsmt@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: art (>=6.5,<7.0)
Requires-Dist: attrs (>=25.3.0,<26.0.0)
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: pillow (>=11.2.1,<12.0.0)
Requires-Dist: rich (>=14.0.0,<15.0.0)
Description-Content-Type: text/markdown

![laudanum](https://github.com/michaelthomasletts/laudanum/blob/main/docs/laudanum.png)

[![PyPI Download](https://img.shields.io/pypi/v/laudanum?logo=pypis.svg)](https://pypi.org/project/laudanum/)
![Python Version](https://img.shields.io/pypi/pyversions/laudanum?style=pypi)
![PyPI Downloads (Total)](https://static.pepy.tech/badge/laudanum)

## What it is

A simple Python package and CLI tool for creating logos with [ASCII art](https://www.ascii-art.site/FontList.html).

## How to use it
##### Python

```python

from laudanum import Logo


Logo("fancypants").create()
```

##### CLI

```bash

laudanum --text fancypants --font ghost --filename holyguacamole.png
```

## Where to get it

```bash

pip install laudanum
```

## Where to learn more

- [Documentation](https://michaelthomasletts.github.io/laudanum/index.html)
- [Source Code](https://github.com/michaelthomasletts/laudanum)
- [PyPI](https://pypi.org/project/laudanum/)
