Skip to main content

No project description provided

Project description

boxie

Mit License Icon Code Style Total Lines PyPi Version Total Downloads

A command line utility to put text in a box.

Installation

pip install boxie

If you are on Linux you may need to use sudo to access this globally.

Usage

boxie "Hello World"

Or...

python -m boxie "Hello World"

Or in your code:

from boxie import box_borders

@box_borders
def print_console(txt):
    print(txt)

print_console("Hello World")

Check test.py

Screenshot

Screenshot

LICENSE

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boxie-1.1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page