{"id":18573196,"url":"https://github.com/harshitrv/python-100-days-of-code-","last_synced_at":"2025-05-15T23:12:59.056Z","repository":{"id":132986849,"uuid":"387766453","full_name":"HarshitRV/Python-100-Days-of-Code-","owner":"HarshitRV","description":"List of projects made each day .","archived":false,"fork":false,"pushed_at":"2022-01-11T06:29:31.000Z","size":14035,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T14:44:44.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarshitRV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-20T11:15:41.000Z","updated_at":"2024-01-14T06:21:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"20c5af58-2084-4ccb-ba81-6e4a805894a5","html_url":"https://github.com/HarshitRV/Python-100-Days-of-Code-","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2FPython-100-Days-of-Code-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2FPython-100-Days-of-Code-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2FPython-100-Days-of-Code-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshitRV%2FPython-100-Days-of-Code-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshitRV","download_url":"https://codeload.github.com/HarshitRV/Python-100-Days-of-Code-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254436950,"owners_count":22070949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T23:08:21.391Z","updated_at":"2025-05-15T23:12:59.013Z","avatar_url":"https://github.com/HarshitRV.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Python 100 Days of Code\n\nLearnin Python through making 100 fun projects in 100 days.\n\n## Lessons Learned\n\n- OOP in Python\n- Turtle\n- Python GUI Desktop App Development\n- Tkinter\n- Pandas\n- Working with APIs\n- Front-End Web Development\n- HTML 5\n- CSS 3\n- Bootstrap \n- Web Scrapping with BeautifulSoup\n- Selenium\n- Flask\n- Bash Command Line\n- Git, GitHub and Version Control\n\n  \n## Projects Made\n\n| Projects Name                  | Links                                                                                                                                                   |    Run/View Code  |\n| -------------------------------| ------------------------------------------------------------------------------------------------------------------                                      |--------------|\n| Bandname Generator             | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-1/band-name.genrator.py)                                             | [Repl](https://replit.com/@WOLVERINE0911/band-name-generator)            |            \n| Tip Calculator                 | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-2/tip-calculator.py)                                                 | [Repl](https://replit.com/@WOLVERINE0911/tip-calculator)   |           \n| BMI Calculator                 | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-2/bmi-cal.py)                                                        | [Repl](https://replit.com/@WOLVERINE0911/BMI-Calculator)     |           \n| Treasure Island Game           | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-3/tresure-island.py)                                                 | [Repl](https://replit.com/@WOLVERINE0911/treasure-island)     |           \n| Love Calculator                | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-3/love-calc.py)                                                      | [Repl](https://replit.com/@WOLVERINE0911/LOVE-CALCULATOR)  |\n| Rock Paper Scissor             | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-4/rock-paper-scissor.py)                                             | [Repl](https://replit.com/@WOLVERINE0911/rock-paper-scissors)  |\n| Who is paying                  | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-4/who-is-paying.py)                                                  | [Repl](https://replit.com/@WOLVERINE0911/day-4-2-exercise-Who-is-paying#main.py)  |\n| Treasure Map                   | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-4/tresure-map.py)                                                    | [Repl](https://replit.com/@WOLVERINE0911/day-4-3-exercise-Treasure-Map#main.py)  |\n| Password Generator             | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/blob/main/Day-5/password-generator.py)                                             | [Repl](https://replit.com/@WOLVERINE0911/password-generator)  |\n| Hangman Game                   | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-7/Hangman%20Game)                                                    | [Repl](https://replit.com/@WOLVERINE0911/Hangman-Game-C#main.py)  |\n| Caesar Cipher Program          | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-8/Caesar-Cipher-Project)                                             | [Repl](https://replit.com/@WOLVERINE0911/caesar-cipher-code#main.py)  |\n| Blind Auction Game             | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-9/Blind-Auction)                                                     | [Repl](https://replit.com/@WOLVERINE0911/blind-auction)  |\n| Simple Calculator              | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-10/Calculator)                                                       | [Repl](https://replit.com/@WOLVERINE0911/calculator#main.py)  |\n| Blackjack Game                 | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-11/Black-Jack)                                                       | [Repl](https://replit.com/@WOLVERINE0911/blackjack-game-python#main.py)  |\n| Guess the number               | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-12/Guess%20the%20number)                                             | [Repl](https://replit.com/@WOLVERINE0911/guess-the-number)  |\n| Higher Lower Game              | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-14/Higher%20or%20Lower)                                              | [Repl](https://replit.com/@WOLVERINE0911/higher-lower)  |\n| Coffee Machine Simple          | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-15/Coffee%20Machine)                                                 | [Repl](https://replit.com/@WOLVERINE0911/coffee-machine)  |\n| Coffee Machine -OOP            | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-16/Coffee%20Maker%20OOP)                                             | [Repl](https://replit.com/@WOLVERINE0911/oop-coffee-machine-OOP)|\n| Quiz Game OOP                  | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-17/Quiz%20Game)                                                      | [Repl](https://replit.com/@WOLVERINE0911/Quiz-Game) | \n| Hirst Painting -Turtle         | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-18/Hirst%20Painting)                                                 | [Repl](https://replit.com/@WOLVERINE0911/Hirst-Painting)  |\n| Turtle Race                    | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-19/Turtle-Race)                                                      | [Repl](https://replit.com/@WOLVERINE0911/Turtle-Race)  |\n| Snake Game                     | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-20-21/Snake-Game)                                                    | [Repl](https://replit.com/@WOLVERINE0911/Snake-Game) |\n| Ping Pong Game                 | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-22/Pong-Game)                                                        | [Repl](https://replit.com/@WOLVERINE0911/Ping-Pong-Game)  |\n| Turtle Crossing Capstone       | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-23/Turtle%20Crossing%20Capstone)                                     | [Repl](https://replit.com/@WOLVERINE0911/Turtle-Crossing)  |\n| Mail Merge -File Handling      | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-24/Mail%20Merge%20Project)                                           | [Repl](https://replit.com/@WOLVERINE0911/Mail-Merge-Project)  |\n| Name all States Game -CSV and Pandas           | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-25/Indian-States-Game)                               | [Repl](https://replit.com/@WOLVERINE0911/Indian-States-Game)  |\n| NATO Poject -List and Dictionary Comprehension | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-26/NATO-Alphabet-Project)                            | [Repl](https://replit.com/@WOLVERINE0911/NATO-Alphabet-Project)  |\n| Miles to KM GUI -Tkinter                       | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-27/Miles%20to%20Kilometer%20GUI%20Connverter)        | [Repl](https://replit.com/@WOLVERINE0911/Miles-to-Km-converter-gui)  |\n| Pomodoro Project Focus App                     | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-28/Focus%20App)                                      | [Repl](https://replit.com/@WOLVERINE0911/Pomodoro-App)|\n| Password Manager App                           | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-29/Password%20Manager%20App)                         | [Repl](https://replit.com/@WOLVERINE0911/Password-Manager-App#Password%20Manager%20App/main.py)|\n| Flash Card App                                 | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-31/Flash%20Card%20Project)                           | [Repl](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-31/Flash%20Card%20Project)|\n| Quizzler App                                | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-34/quizzler-app)                           | [Repl](https://replit.com/@WOLVERINE0911/Quizzler-App#main.py)|\n| Stock Price Tracker     -Twilio+API             | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-36/Stock%20Price%20Tracker)                           | [Repl](https://replit.com/@WOLVERINE0911/Stock-Price-Tracker#main.py)|\n| habit Tracker  -REQUESTS MODULE                    | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-37/Habit-Tracker)                           | [Repl](https://replit.com/@WOLVERINE0911/Habit-Tracker#main.py)|\n| Top 100 Movies  -BEAUTIFUL SOUP MODULE                    | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-45/Beautiful-Soup)                           | |\n| Price-Drop-Alert  -BEAUTIFUL SOUP MODULE                    | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-47/Price-Drop-Alert)                           | |\n| Automating Website  -Selenium                    | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-48)                           | |\n| Instagram Follwer Bot  -Selenium                    | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-52/Insta-Follower-Bot)                           |[View Gist](https://gist.github.com/lucifer00911/1ae4f4ee074b9e58275154f7a6e07b2c) |\n| Flask Intro - Decorators                 | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-54/Flask)                           | |\n| Flask Routing and variables  | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-55)                           ||\n| Chandler Bing Sarcasm site -Dynamic Web Pages with Flask  | [View Code](https://github.com/lucifer00911/Python-100-Days-of-Code-/tree/main/Day-59/Chandler-Bing-Sarcasm-Site)                           ||\n| Morse Code Converter | [View Repo](https://github.com/HarshitRV/Morse-Code-Converter)                           ||\n| Virtual Bookshelf - CRUD App | [View Code](https://github.com/HarshitRV/Python-100-Days-of-Code-/tree/main/Day-63/V-Boolshelf)   \n| MyTopMovieList - CRUD App | [View Repo](https://github.com/HarshitRV/Movie-List-Site-MyTopMoviesList) \n| Cafe API - REST API | [View Repo](https://github.com/HarshitRV/Cafe-API) \n| RESTFUL BLOG WEBSITE | [View Repo](https://github.com/HarshitRV/Blog-Website-Flask) \n| AUTHENTICATION \u0026 LOGIN WITH FLASK| [View Code](Day-68/Flask-Auth) ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshitrv%2Fpython-100-days-of-code-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshitrv%2Fpython-100-days-of-code-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshitrv%2Fpython-100-days-of-code-/lists"}