Wednesday, March 30, 2016

Source Code of the Caesar Cipher Program

Hello E. H. class,

I am having some issues with Source Code

1.# Caesar Cipher
 2. # http://inventwithpython.com/hacking (BSD Licensed)
 3.
 4. import pyperclip
Can someone give me a hint to get me back on track please

4 comments:

  1. I had to copy the code from the website into a text file that I called pyperclip.py.
    Make sure that the pyperclip.py file is in the same directory as your script.

    ReplyDelete
    Replies
    1. yeah, I opened a new file. but I called the file caesarcipher.py. Only cause that was the instructions from but I can retry with pyperclip.py instead. Thank you

      Delete
  2. You have to be sure that file is in the same folder that your python script is. Easiest is to create a folder on the desktop and put it in the created folder.

    ReplyDelete
    Replies
    1. I did open within the same file, but I m gonna try to change name in the file. Thank you

      Delete