Skip to content
forked from kberg/kpuz

Convert ipuz Crosswords to puz format.

Notifications You must be signed in to change notification settings

cgeiershouse/kpuz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kpuz

Convert ipuz Crosswords to puz format.

This relies on the puzpy and ipuz libraries. To install dependencies: pip install -r requirements.txt.

xfer.py takes two parameters: an ipuz input file and a puz output file. dump.py dumps a puz-formatted file for easy viewing.

Inside xfer.py is a boolean flag called output that defaults to True, which means print in the puz binary format. If you want to print in the puz text format, change output to False and store it in a text file. AcrossLite will be able to read the ASCII file and convert it to binary, if you wish.

Other links:

Finally, this only supports very basic format. It doesn't supportipuz-type rebus and special objects in shapes.

I'd be willing to consider tests before adding more powerful features.

About

Convert ipuz Crosswords to puz format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%