Metadata-Version: 2.1
Name: libconsole
Version: 1.0.0
Summary: Beautiful printouts in console
Home-page: https://github.com/kkent030315/libconsole
Author: kkent030315
Author-email: hrn832@protonmail.com
License: MIT
Keywords: console libconsole beautiful color
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: pyparsing


<div style="text-align:center"><img src="image.png" width="650"></div>

# libconsole
✨ Beautiful printouts in Python

# Usage

Install:

```
pip install libconsole
```

Example:

```python
>>> import libconsole
>>> libconsole.print_box(rows=["Hello"])
╭─────────╮
│  Hello  │
╰─────────╯
```

# Todo

- Support for align centering
- Support for emoji


