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
- Host: GitHub
- URL: https://github.com/kkent030315/libconsole
- Owner: kkent030315
- License: mit
- Created: 2020-09-23T11:54:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T10:29:34.000Z (about 5 years ago)
- Last Synced: 2025-04-12T01:54:41.145Z (6 months ago)
- Language: Python
- Size: 1.49 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libconsole
✨ Beautiful printouts in Pythonhttps://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