Mercurial > public > enigma
changeset 31:560ded21dcd9
Cleaned up some awkward wording in the README.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 30 May 2012 20:08:15 -0500 |
parents | 62e0d0e2628b |
children | 5c33e81fbc7d |
files | README.txt |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Wed May 30 19:16:22 2012 -0500 +++ b/README.txt Wed May 30 20:08:15 2012 -0500 @@ -15,10 +15,10 @@ Overview -------- -**Py-Enigma** is a Python 3 library for simulating the `Enigma machines`_ used by -the German armed forces (Wehrmacht) during World War 2. Py-Enigma makes it -possible to both encrypt and decrypt messages that can be read by, or written -to, actual Enigma machines used by the German army (Heer), air force +**Py-Enigma** is a Python 3 library for simulating the `Enigma machines`_ used +by the German armed forces (Wehrmacht) during World War 2. Py-Enigma makes it +possible to both encrypt and decrypt messages that can be sent to, or received +from, actual Enigma machines used by the German army (Heer), air force (Luftwaffe), and navy (Kriegsmarine). It is my hope that library will be useful to Enigma enthusiasts, historians, and @@ -115,6 +115,7 @@ $ python setup.py install + Documentation ------------- @@ -123,6 +124,7 @@ the source code. I commented it heavily so I could understand how the Enigma machine works. + Support -------