Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-jith/thcparse
Convert The Hindu Crossword to ipuz, xpf and puz formats
https://github.com/j-jith/thcparse
Last synced: about 1 month ago
JSON representation
Convert The Hindu Crossword to ipuz, xpf and puz formats
- Host: GitHub
- URL: https://github.com/j-jith/thcparse
- Owner: j-jith
- License: mit
- Created: 2016-07-03T10:07:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-28T12:47:41.000Z (about 8 years ago)
- Last Synced: 2023-10-19T18:54:04.899Z (about 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thcparse: Convert The Hindu Crossword to ipuz, xpf and puz formats #
This webapp is written entirely in Python and is currently hosted at
[https://thcparse-jith.rhcloud.com/](https://thcparse-jith.rhcloud.com/).It converts [The Hindu Crossword](http://www.thehindu.com/crossword/), a daily
cryptic crossword puzzle published by the Indian newspaper [The
Hindu](http://www.thehindu.com), to some common crossword puzzle formats which
can be read by third party mobile/desktop apps.Currently, conversion to [`ipuz`](http://www.ipuz.org/),
[`xpf`](http://www.xwordinfo.com/XPF/) and [`puz`](http://www.litsoft.com/)
formats has been implemented.- `ipuz_module.py` - Module for converting to `ipuz` format.
- `xpf_module.py` - Module for converting to `xpf` format.
- `puz_module.py` - Module for converting to `puz` format.
There are no plans to add more formats, but requests are welcome.
MIT License.
## Acknowledgement ##
I would like to thank Alex DeJarnatt for the excellent python library
[puz.py](https://github.com/alexdej/puzpy) for parsing the `puz` format.