Skip to content

ArztKlein/pybox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pybox

Create terminal boxes with python

Installation

Pybox is not yet on pypi, so you must manually download the package.

Manual

  • Clone this repository git clone "https://github.com/ArztKlein/pybox.git"
  • Place the pybox folder (not the root folder) into your project.

Usage

from pybox import Pybox

box = Pybox()

box.print("Terminal boxes in Python")

Change the box style

There are three box styles -- single, double, curved.
When initialising the pybox, set the keyword style.

box = Pybox(style="curved")

Releases

No releases published

Packages

No packages published

Languages