jtseng20 / crossparse

Parses crosswords and makes (colored!) spreadsheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crossparse

Parses crosswords and makes (colored!) spreadsheets using opencv + xlsxwriter.

Usage

usage: crossparse.py [-h] [-d] [-v] input [output]

positional arguments:
  input          input file name
  output         output file name (optional, defaults to out.xlsx)

optional arguments:
  -h, --help     show this help message and exit
  -d, --debug    show debug frame
  -v, --verbose  show verbose outputs

About

Parses crosswords and makes (colored!) spreadsheets


Languages

Language:Python 100.0%