Skip to main content

Draw boxes like never before!

Project description

Draw boxes like never before! Python porting of boxen.

Install

pip install boxing

or

pipenv install boxing

Usage

boxing(text, style='single', margin=1, padding=1)

>>> from boxing import boxing
>>> boxing("Hello, world!")

    ┌───────────────────┐
                       
       Hello, world!   
                       
    └───────────────────┘

>>> boxing("boxing", style="double", padding=2, margin=1)

    ╔══════════════════╗
                      
                      
          boxing      
                      
                      
    ╚══════════════════╝

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

boxing-0.1.3.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distributions

boxing-0.1.3-py3.6.egg (5.3 kB view hashes)

Uploaded Source

boxing-0.1.3-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

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