exet
Web app for crossword construction: designing a grid, filling the grid, creating straight or cryptic clues, and downloading as Exolve or .puz. All data is saved locally, no crosswords are sent to any server.
How to download and setup exet
Open terminal and run command
git clone https://github.com/viresh-ratnakar/exet.git
git clone is used to create a copy or clone of exet repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with exet https://github.com/viresh-ratnakar/exet/archive/master.zip
Or simply clone exet with SSH
[email protected]:viresh-ratnakar/exet.git