The program has two required arguments:
- A message to be encrypted
- A value to shift all letters by (can be negative)
To use the program, enter on your terminal:
- python caesar.py
The program will prompt you for these two arguments, and then print out the encrypted message.
Example:
- Hello world!
shifted by 3 letters becomes:
- Khoor zruog!