This is the repository of projects i have done while learning python from the Udemy course
"100 Days of Code: The Complete Python Pro Bootcamp" by Angela Yu
Taking inputs and printing outputs
Simple bill calculator - Calculating a percentage of a total number,then combining both and splitting the bill
Text based game - Created a text game with If/Else statements that takes certain inputs and provides relevant output
Rock paper scissor game - Created a Rock,Paper,Scissor game with random module and conditional statements- If/Else
Password Generator - Developed a password generator with For loops, that can generate a complex password containing alphanumeric and symbols.
Maze puzzle This is a test to evaluate problem-solving skills
Hangman game Create a game with all python concepts i.e. loops, If/else, game that guesses a word
Caesar cipher encoder/decoder Created a Program that implements a caesar cipher to encode and decode text/messages by shiftng forward the characters
Blind Auction Created a Program that implements a blind auction, where name and bid price is taken and highest bidder is printed out among the inputs given.
Basic Calculator Created a basic arithmetic calculator