Draws a box in the terminal.
python3.6
$ git clone git@github.com:devzx/draw-box.git
$ cd draw-box
$ python3 draw_box.py [height] [width]
$ 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