Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.95 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.95 KB

100 Days of Python

This repository contains projects completed during my enrollment in the 100 Days of Code: The Complete Python Pro Bootcamp on Udemy.

Project Structure:

Day 20: Snake Game - A snake eats random foods, grow up, and avoid to bite its tail

Day 22: Pong Game - Left and right players, catch the ball before it hits the wall

Day 24: Turtle Crossing - Help a cutie turtle to cross the road safely!

Day 25: US Game - Recall your memory, fill US state name on the map

Day 28: Pomodoro - Effective way to focus on your tasks, split it to small 25 minutes

Day 29: Password Manager - A personl manager, help to securely store and manage your password

Day 31: Flashcard - A tool for helping you prepare Japanese Language Proficiency Test (N5)

Day 33: ISS Notifier - Spot the ISS with email notifications!

Day 34: API Quiz Brain - Sharpen your wit by trivia questions

Day 35: Rain SMS Alert - Send SMS, if there will rain in the next 12 hours!

How to Use:

  • Clone the Repository

    git clone https://github.com/pakbungdesu/100days-of-python.git
  • Navigate to a Specific Project

    cd DayX
  • Run the Project

    Follow the specific instructions in the project's README file or directly run the Python script.