Skip to content

๐Ÿ The Complete Python Pro Bootcamp for 2024 || This repository contains code and projects completed during the "100 Days of Python" bootcamp by Angela Yu. This bootcamp is an intensive programming course that covers a wide range of topics in Python programming.

License

Notifications You must be signed in to change notification settings

overlordvishal97/100_days_of_Python_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Day 1

Band name generator using your pet name and your country

Day 2

Tip Calculator using this you can divide the money you have to give with or without tip included

Day 3

Treasure Island a text based adventure game

Day 4

Rock,paper,scissors game where you have to play with computer

Day 5

Password generator with 2 modes easy mode and hard mode and only hard mode has randomization of output so it is a hard password to crack

Day 7

Hangman game you have to guess the letters in order to save the hangman if you fail he dies

Day 8

Caesar Cipher an encryption program which encrypts by shifting the alphabets by the requested amount (1-45) and decodes the message by entering the shift amount you entered before

Day 9

Secret Auction Program is a console-based program that simulates a secret auction where users can bid anonymously. The program keeps track of bids, displays the highest bidder and their bid at the end, and allows users to continue or stop bidding.

Day 10

This is a simple calculator program that allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The program prompts the user to input two numbers and an operation symbol (+, -, *, /), and then performs the calculation and displays the result. The user can choose to continue calculating with the result or exit the program.

Day 11

Blackjack Game simple implementation of the popular card game Blackjack, also known as 21.

Day 12

Guess The Number is a simple number guessing game implemented in Python. The game generates a random number between 1 and 100, and the user has to guess the number within a certain number of attempts. The game has two difficulty levels: easy and hard. In the easy mode, the user has 10 attempts to guess the number, while in the hard mode, the user has only 5 attempts.

Day 14

Higher Lower is a simple game where the user guesses which account has more followers between two randomly selected accounts.

Day 15

This is a simple coffee machine program that allows users to order coffee drinks and pay with coins. The program keeps track of the resources available in the machine and calculates the cost of each drink

Day 16

This is a coffee machine simulator that allows users to interact with a virtual coffee machine. The machine can make different types of coffee drinks, report its resources, and accept payments.

Day 17

This is a simple quiz game that asks the user a series of true or false questions. The game keeps track of the user's score and displays it at the end of the game.

Day 18

This project generates a piece of art inspired by a known artist using a combination of colors extracted from an image. The art is created using the Turtle graphics library in Python

Day 19

Turtle-Graphics-Controller is a simple controller for the Turtle graphics library in Python. It allows the user to control the turtle's movements using keyboard inputs.

Day 20

Turtle-Racing-Game is a simple turtle racing game built using the Turtle graphics library in Python. The game allows the user to place a bet on which turtle will win the race.

Day 21

Snake-Game is a simple implementation of the classic Snake game using the Turtle graphics library in Python.

Day 22

Pong-Game is a simple implementation of the classic Pong game using the Turtle graphics library in Python.

Day 23

Turtle-Crossing-Game is a simple implementation of the classic Turtle Crossing game using the Turtle graphics library in Python.

About

๐Ÿ The Complete Python Pro Bootcamp for 2024 || This repository contains code and projects completed during the "100 Days of Python" bootcamp by Angela Yu. This bootcamp is an intensive programming course that covers a wide range of topics in Python programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages