A Python library that makes beautiful text bubbles in your terminal using NerdFont icons.
Project description
Bubblewrap
A Python library that makes beautiful text bubbles in your terminal using NerdFont icons.
Install
pip install bubble-wrap
Usage
The easiest way to use bubblewrap is with the Rich library.
from bubblewrap import Bubbles
from rich.console import Console
b = Bubbles()
c = Console()
print()
c.print(b.get_rich_bubble("This is text", bg_color="purple"))
print()
c.print(b.get_rich_bubble("Bubblewrap!", bg_color="dark_green", fg_color="grey66"))
print()
Example
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for bubblewrap_cli-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01e39bd0005f408f6084b861249d921d8f6320f591a848efc00bd9a1d167b8fa |
|
MD5 | 0c9aa659b460cc741ff576afbe92ad65 |
|
BLAKE2b-256 | c91170c06708014f5dc41126d3dc0fc438cc8797caa3e395a7ed84ec1eb627d7 |