๐ Step 1: Download your files๏ธ
- This will download a .zip file, named
yourName_PyWordle.zip with a folder of all the files you need for this project.
- It is recommended you save the zip file in the โDocumentsโ directory.
- Right-click on .zip file to extract files.
- In the folder you are given a
script.py file to write your code.
- Open this .py file in your desired python code editor.
- The
words.txt file contains 5-letter words, with each word on a separate line. Only the words in this file are valid guesses for the user.
- It is important you do not move files out of this folder for your project to run.