An open API service indexing awesome lists of open source software.

https://github.com/kkent030315/libconsole

✨ Beautiful printouts in Python
https://github.com/kkent030315/libconsole

Last synced: 6 months ago
JSON representation

✨ Beautiful printouts in Python

Awesome Lists containing this project

README

          

# libconsole
✨ Beautiful printouts in Python

https://pypi.org/project/libconsole/

# Usage

Install:

```
pip install libconsole
```

Example:

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

# Todo

- Support for align centering
- Support for emoji