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.
- In the folder you are given a
script.py file to write your code and a words.txt file.
- Open the
script.py file in your preferred 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.
- It is recommended you move the
.zip file from the Downloads directory to Documents.
- Right-click on
.zip file to extract files.