Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 661 Bytes

File metadata and controls

33 lines (19 loc) · 661 Bytes

Text Decipher

This project is used to decipher text using a given 26-character phrase.


Getting Started

Dependencies

Runs on any computer terminal that supports Python.

Installing

Download Anaconda from https://www.anaconda.com


Executing program

  1. Run the program from terminal using the code below or execute from Spyder in the Anaconda-Navigator

    python decipher.py

  2. Type the 26-character phrase used to decode the cyphered text

  3. Type the text to be decoded, press enter

  4. Repeat for all coded text

  5. Press Control-C to exit program


Author

Clare DuVal of Clemson Univeristy (GitHub @darecluval)