/draw-box

Draws a box in the terminal.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

draw-box

Draws a box in the terminal.

Dependencies

python3.6

Usage

$ git clone git@github.com:devzx/draw-box.git
$ cd draw-box
$ python3 draw_box.py [height] [width]

Help

$ python3 draw_box.py --help

usage: draw_box.py [-h] h w

Draws a box from a given height and width!

positional arguments:
  h           the height of the box
  w           the width of the box

optional arguments:
  -h, --help  show this help message and exit