monorepo/dwg
2024-04-01 21:21:13 -04:00
..
dict.txt [dwg] added 2024-04-01 21:21:13 -04:00
dwg.py [dwg] added 2024-04-01 21:21:13 -04:00
README.md [dwg] added 2024-04-01 21:21:13 -04:00

dwg

dwg is a script that converts coordinates into four words and back, using a dictionary like Diceware.

Usage

$ echo 55.5455 35.5434 | dwg.py dict.txt
supra skate oral canal
$ echo supra skate oral canal | dwg.py -d dict.txt
55.54550065 35.5433973

Dictionaries

Reinhold's original Diceware dictionary is included as dict.txt, with numbers and the PGP signature trimmed off. Any other newline-delimited text file will work as a dictionary file.