martindemello/pangrid
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A tool to convert between crossword file formats. Examples: # Run from the command line $ pangrid -f across-lite-binary -t text -i sample.puz -o sample.txt # Start the webserver $ pangrid -w # List available plugins $ pangrid -l Options: -f, --from=<s> Format to convert from -t, --to=<s> Format to convert to -i, --in=<s> Input file -o, --out=<s> Output file -l, --list List available format plugins -w, --web Launch webserver -h, --help Show this message