Example Usage
$ python3 ./bgiparser.py -h
usage: bgiparser.py [-h] [-f FILE] [-o OUT] [-c] [--force] [--debug]

Parses backgrounditems.btm file.

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  Path to backgrounditems.btm (default: User's file that
                        runs this script.)
  -o OUT, --out OUT     Path to output filename
  -c, --console         Output a result to console
  --force               Enable to overwrite existing data.
  --debug               Enable debug mode.