Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.77 KB

File metadata and controls

21 lines (12 loc) · 1.77 KB

References

animated

Password Generator - Password Generator , AskPython

I used this article to build out the second version of my password generator. I followed the step-by-step tutorial and read up on how some of the modules work by reference the Python Docs as well. For the easy/hard version of my password generator I referenced an exercise that I did in my Python course.

Rock, Paper, Scissors - RPS game , AskPython

I referenced this article to make my Rock, Paper, Scissors game, I followed the tutorials and also used the Python Docs to reference the use of random modules. I reviewed documentation on the how to use the random module and random functions reading the documentation on AskPython.com.

I used this article as a reference on how to build my Star Wars Quiz out and there are a few different ways that you can build out a quiz. I also briefly watched a Youtube tutorial on how to use a variable to create a score counter. I sourced the ASCII art in the code itself but decided to include it here as well.

GIFs - GIPHY

I used this website for all of the fun GIFs that you see in this section and in the ReadMe section for the project as well.