Assignment
Overview
You are required to design
and implement two related programs:
“word_find.py”,
a CLI program that allows the user to play a word game. If the user scores high
enough in the game, some data about the game in a text file. Develop this program
before “log_viewer.py”.
“log_viewer.py”, a GUI program that lets
the user view the data in the text file. Develop this program after “word_find.py”.
The following pages describe
the requirements of both programs in detail.
Starter
files for both of these programs are provided along with this assignment brief,
to help you get started and to facilitate an appropriate program structure. Please use the starter files.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
27 | 28 | 29 | 30 | 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |