alexdej / puzpy

Python library for reading and writing across lite crossword puzzle .puz files.
MIT License
112 stars 32 forks source link

Sample code for reading .puz files #13

Closed alexdej closed 7 years ago

alexdej commented 7 years ago

Based on some emails I've gotten sounds like folks could use a bit of sample code in the README to help them get started with reading puz files and working with clue numbering, answers, etc.

For example:

Poking around I have been able to write out clues. Write out some of the answers. Here is what I am stuck on.

Printing out a csv listing of just the clues in one column and answers in the other column. I believe I can get the across clues and answers to print out, but I am having trouble with the down answers. The down clues have a method to get those, but not finding the down answers.

alexdej commented 7 years ago

added some samples to README