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)|