Skip to content

A simple, fast, dependencyless and intuitive library for creating boxes in console (inspired by boxen @sindresorhus)

License

Notifications You must be signed in to change notification settings

itsmeadarsh2008/boxen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxen

PyPI - Downloads PyPI - License PyPI GitHub Sponsors GitHub repo size

A simple, fast, dependencyless and intuitive library for creating boxes in console 🎁

Installation

uv pip install boxen-python

Usage

from boxen import boxen

print(
    boxen(
        "Hello, World!",
        options={
            "padding": 3,
            "borderStyle": "double",
            "borderColor": "red",
            "dimBorder": False,
            "textAlignment": "center",
            "float": "center",
        },
    )
)
# These are only few options, there are many more options available

Preview (A single image for now, there are several options for customization)

image

About

A simple, fast, dependencyless and intuitive library for creating boxes in console (inspired by boxen @sindresorhus)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages