Skip to content

djberenberg/cryptogram_repl

Repository files navigation

cryptogram REPL

Solve NYT cryptogram puzzles easier

picture

usage: cryptogram [-h] puzzle_file

positional arguments:
  puzzle_file  Input puzzle as a single-line text file.

options:
  -h, --help   show this help message and exit

You have 3 commands:

substitute STRING1 STRING2

Add entries to your cipher. Accepts two same-length capitalized strings. (e.g., sub ABCD EFGH). Other aliases: sub, s.

revert STRING

Revert a set of characters back so they map to themselves in the cipher (e.g., revert ABCDEF. Other aliases: rev, r.

export

Export the cipher you've created.

Installation

git clone https://github.com/djberenberg/cryptogram_repl
cd cryptogram_repl && pip install .

About

Solve NYT cryptograms interatively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages