Project

pangrid

0.01
Low commit activity in last 3 years
No release in over a year
A crossword file format converter
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.7.0
 Project Readme
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