1. Day 31 Goals: what you will make by the end of the day

  2. Step 1 - Create the User Interface (UI) with Tkinter

  3. Solution & Walkthrough for Creating the UI

  4. Step 2 - Create New Flash Cards

  5. Solution & Walkthrough for Creating New Flash Cards

  6. Step 3 - Flip the Cards!

  7. Solution & Walkthrough for Flipping Cards

  8. Step 4 - Save Your Progress

  9. Solution & Walkthrough for Saving Progress

276. Day 31 Goals: what you will make by the end of the day

277. Step 1 - Create the User Interface (UI) with Tkinter

  1. You will need a 2 X 2 grid, with the flash card taking up 2 columns.

  2. The flash card is a Canvas with 1 image and 2 pieces of text.

  3. The image is card_front.png, created from the PhotoImage class. Be careful about the full image path as the image is inside the image folder.

Untitled