Skip to content

Want your text to stand out in CLI? Just BOXIT! Boxit allows you to create beautiful text boxes with different colors within cli.

Notifications You must be signed in to change notification settings

ShivamPandya/boxit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOXIT Downloads

Command line utility to make you text stand out

boxit-banner

How to install:

pip3 install boxit

Arguments currecntly available to use:

Arguments Usage
Title object Anything you want to 'box'. Passing this is mandatory.
Pattern The kind of box you want (Solid, hollow, hollow open(hopen), simple, dbstyle).
Color Color of the entire box including text.
Text color Use this if you want text color to be different from box color.
Spacing How far should your title be from each side inside the box.
Shift How far your box should be from your cli wall.

Contribute:

  • Please do not raise any spam PR.
  • You can add documentation as long as it adds some value and makes it easier for the users.
  • If you can create a good cover image, I will be very thankful.
  • Adding coding snippets for the documentation is required.

Simple usage:

Code:

from boxit.boxit import boxit
name = "Jon Doe"
boxed = boxit(name, pattern='solid')
print(boxed)

Output:

┏━━━━━━━┓
┃Jon Doe┃
┗━━━━━━━┛

About

Want your text to stand out in CLI? Just BOXIT! Boxit allows you to create beautiful text boxes with different colors within cli.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages