From 1d2bc836b1d953edb6230365dee8de7a3c2f81df Mon Sep 17 00:00:00 2001 From: DeeDeeAich <32936305+DeeDeeAich@users.noreply.github.com> Date: Sun, 10 Oct 2021 11:32:16 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6557617..5bfbcb89 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,8 @@ required to complete them. | [Vigenere Cipher](./Projects/1-Beginner/Vigenere-Cipher.md) | Encrypt text using the Vigenere Cypher | 1-Beginner | | [Wind Chill](./Projects/1-Beginner/Windchill-App.md) | Calculate the windchill factor from an actual temperature | 1-Beginner | | [Word Frequency](./Projects/1-Beginner/Word-Frequency-App.md) | Calculate word frequency in a block of text | 1-Beginner | -| [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner | +| [Weather App](./Projects/1-Beginner/Weather-App.md) | Get the temperature, weather condition of a city. | 1-Beginner | +| [Random Password Generator](./Projects/1-Beginner/Random-Pass-App.md) | Create a user specified length password using random chars | 1-Beginner | ### Tier-2: Intermediate Projects