From 230a06b4c42b7c1486c92f1c1778b324017df54e Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Fri, 14 Jul 2023 14:08:37 -0400 Subject: [PATCH] Update learner-projects-june.mdx --- blogs/learner-projects-june.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/blogs/learner-projects-june.mdx b/blogs/learner-projects-june.mdx index c8b8289..65e1d40 100644 --- a/blogs/learner-projects-june.mdx +++ b/blogs/learner-projects-june.mdx @@ -13,11 +13,12 @@ Welcome to our first edition of Learner Projects Showcase. Here are five of the Starting with the first one... -![Vance](https://imgur.com/kBYvirQ.png) - #### Wordle: Terminal Edition +![Vance](https://imgur.com/kBYvirQ.png) + **Built by:** [@caesiumtea](https://www.codedex.io/@caesiumtea) 🇺🇲 +**Tools:** Python, `random`, `requests`, and `termcolor` As part of The Legend of Python’s final project, Vance aka @caesiumtea recreated the viral New York Times game, [Wordle](https://www.nytimes.com/games/wordle/index.html), in the terminal. Instructions on how to play are in the **README** file. See if you can guess the correct 5-letter word in 6 tries! 🟩 🟨 ⬜️ 🟨 🟩 @@ -25,10 +26,10 @@ As part of The Legend of Python’s final project, Vance aka @caesiumtea recreat --- -![Milan](https://i.imgur.com/dFDOIbV.png) - #### Swahili Flashcards +![Milan](https://i.imgur.com/dFDOIbV.png) + **Built by:** @Milan 🇸🇮 Do you want to learn another language? Here's a beautiful GUI (Graphical User Interface) application created using Python’s `tkinter` and `random` module, and `pandas` library to practice Swahili on virtual flashcards.