Skip to content

martindemello/pangrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Crossword format conversion utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published