This is the repositories of projects made during my journey of 100 Days of Python Code by Dr. Angela Yu (https://www.udemy.com/share/103J8C3@Ir2_JephOZ_SAZGdB8S3KFMTbtuOuqBwybVQ96o3GxK1vPEA1dP2oD54N7uTp1_dlQ==/).
-
Band Name Generator : This program creates a band name for you based on user input to certain questions. What I learned - Variables, Variable Naming, and Input/Output
-
Tip Calculator : This program calculates each person's share of bill amount including tip percentage What I learned - Data Types and String Manipulation
-
Treasure Island : This program is an interactive puzzle to reach to teasure. What I learned - Conditional Statements and Logical Operations Coolest thing I loved and used in future projects : Including ASCII Art and Text (# https://ascii.co.uk/art/treasure)
-
Rock Paper Scissors Game : This program lets you take challenge Computer on a game of Rock Paper Scissors! What I leaned - Randomisation
-
Password Generator : This programs generates password based on number of letters, symbols and numbers What I leaned - Randomisation, Loops and Lists
-
Reboorg! The Robot - (Need to add) : This program helps Reboorg, the robot to escape the maze. What I learned - Functions
-
Hangman Game : This program is a word guessing game in which you guess letters before hangmans gets completely drawn What I learned - Reinforcing previous concepts and Flow Charts
-
Ceaser Cipher : This program encrpyts and decrypts messages of user What I leaned - Function Parameters
-
Silent Auction : This programs takes in biders name and amount and find the highest bidder. What I leaned - Dictionaries
-
Calculator : This program creates a simple calculator that performs addition, multiplication, subtraction and divison What I leaned - Functions with Outputs
-
Blackjack : This program allows user to play games of Blackjack with Computer What I leaned - How to build a program from scratch
-
Number Guessing : This is number guessing game where the program gives you hint of higher or lower What I learned - Scope
-
Higher Lower Game : This is a simple program of Higher lower game where you need to guess if A or B has the highest follower What I leaned - How to build a program from scratch
-
Coffee Machine Project
-
Coffee Machine Project - with OOPS
Happy coding!