Metadata-Version: 2.0
Name: pyaesthetique
Version: 0.1.6
Summary: Command line aesthetic generator for Python
Home-page: https://github.com/codymbeardsley/PyAesthetique
Author: Cody Beardsley, Rich Jones
Author-email: beardsley.cody@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: certifi (==2018.1.18)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.6)
Requires-Dist: pkginfo (==1.4.2)
Requires-Dist: PyYAML (==3.12)
Requires-Dist: requests (==2.18.4)
Requires-Dist: requests-toolbelt (==0.8.0)
Requires-Dist: tqdm (==4.19.8)
Requires-Dist: urllib3 (==1.22)

# P y A e s t h e t i q u e

A python module for making your outputs have aesthetique.

## Ｉｎｓｔａｌｌａｔｉｏｎ

    $ pip install pyaesthetique

## Ｕｓａｇｅ

```python
from aesthetique import Aesthetique
a = Aesthetique()
a.translate("python module for adding aesthetic to your outputs")
'『 ｐｙｔｈｏｎ ｍｏｄｕｌｅ ｆｏｒ ａｄｄｉｎｇ ａｅｓｔｈｅｔｉｃ ｔｏ ｙｏｕｒ ｏｕｔｐｕｔｓ 』 湯浅 倫太郎'
```

Adds aesthetic to your string, and then sprinkls some Japanese kanji that doesn't make any sense just for fun.

## See Also

* [Emo](https://github.com/Miserlou/Emo)
* [Trapify](https://github.com/Miserlou/Trapify)
* [Zalgo](https://github.com/Miserlou/Zalgo)


