Diary-GUI

Task description

  • Manipulate the diary in an Graphical User Interface(GUI)

  • same function as 'local-diary', but display in graphic

Input

  • Choose to quit or to enter a line of text

Output

  • Once the program start, automately display diary content

  • When user type a line of text, save it automately

  • Finnaly, display the diary after modification

Difficulties

  • Don't know whick module can work for GUI as task asked.

  • Tkinter official doc is difficult for me to understand. This is comman problem for novice who lack of combined understanding of one new programming concept, and can't imagine or guess the real function of code, because official doc ofen just have seperated plain text explaination. It's better to write a miniature example to facilitate understanding

Materials:

Code

Github Code Link

Last updated