/100daysofpython

100 Days of Python course on Udemy - Project Repository

Primary LanguagePython

100daysofpython

100 Days of Python course on Udemy - Project Repository

Project 1: tipcalc.py
Calculates the tip for a group of people splitting a check

Project 2: treasureisland.py
Decision based game using conditional statements and user input

Project 3: passwordGenerator.py
Generate a random password of user-specified length

Project 4: rps.py
Play a game of rock paper scissors with the computer

Project 5: hangman.py
Play a game of hangman - guess letters in a word and save "the hangman"

Project 6: caesar.py
Encode/decode Caesar Cipher messages (lowercase with non-alpha bypass)

Project 7: blackjack.py
Play a game of Blackjack with the computer \Beginner level capstone project\ (added some object-oriented aspects, and gambling!)

Project 8: secretnum.py
Guess a secret number between 1 and 100, two different difficulties

Project 9: higherlower.py
Guess which has the higher amount of followers, but try to keep your streak!

Project 10: coffeemachine.py
Order various coffee drinks from a coin-operated machine

Project 11: newcoffee.py
Updated version of coffeemachine.py; Uses Object-Oriented Programming

Project 12: quiz_game.py
Try to guess correctly in a True/False Quiz! Questions pulled from OpenTriviaDB