1. Day 29 Goals: what we will make by the end of the day

  2. Challenge 1 - Working with Images and Setting up the Canvas

  3. Challenge 2 - Use grid() and columnspan to Complete the User Interface

  4. Solution to the Creating the Grid Layout

  5. Challenge 3 - Saving Data to File

  6. Dialog Boxes and Pop-Ups in Tkinter

  7. Generate a Password & Copy it to the Clipboard

260. Day 29 Goals: what we will make by the end of the day

  1. 此次課程主要是學習利用TKinter 建立密碼產生器

    1. canvas 建立使用者介面 → 利用grid 將各個輸入欄位定位
    2. 建立text 存入password
    3. 利用day5 password 作業建立密碼/加入clipboard

    Untitled

261. Challenge 1 - Working with Images and Setting up the Canvas