From 7f6d19de885d08777d8ff6df2a31af52db19c555 Mon Sep 17 00:00:00 2001 From: Nitul Kalita <85053919+NitulKalita@users.noreply.github.com> Date: Thu, 30 Sep 2021 22:55:03 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 012bd27..eefa702 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# 5-Python-Projects-For-Beginners \ No newline at end of file +# 5-Python-Projects-For-Beginners + +| Python Program | Link | +| ------------- | ------------- | +| Choose your own adventure |[Code](https://github.com/techwithtim/5-Python-Projects-For-Beginners/blob/main/choose_your_own_adventure.py) | +| Number guesser |[Code](https://github.com/techwithtim/5-Python-Projects-For-Beginners/blob/main/number_guesser.py)| +| Password manager|[Code](https://github.com/techwithtim/5-Python-Projects-For-Beginners/blob/main/password_manager.py)| +| Quiz game |[Code](https://github.com/techwithtim/5-Python-Projects-For-Beginners/blob/main/quiz_game.py)| +| rock paper scissors|[Code](https://github.com/techwithtim/5-Python-Projects-For-Beginners/blob/main/rock_paper_scissors.py)|