{"id":19150559,"url":"https://github.com/dylanbuchi/31-days-of-code","last_synced_at":"2025-06-19T01:33:48.997Z","repository":{"id":154604181,"uuid":"325872364","full_name":"dylanbuchi/31-days-of-code","owner":"dylanbuchi","description":"I took on a challenge to build 31 mini-projects using Python. These projects included a variety of applications and features, such as a hangman game, a tic-tac-toe game, a quiz program, and a flash cards app.","archived":false,"fork":false,"pushed_at":"2023-01-13T20:37:36.000Z","size":2051,"stargazers_count":10,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T05:27:56.108Z","etag":null,"topics":["30-days-of-code","challenge","games","mini-projects-in-python","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dylanbuchi.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":"2020-12-31T20:57:56.000Z","updated_at":"2025-04-27T11:13:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"3acb7a4b-a47d-47f9-ad6f-1339be29c1a4","html_url":"https://github.com/dylanbuchi/31-days-of-code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dylanbuchi/31-days-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2F31-days-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2F31-days-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2F31-days-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2F31-days-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanbuchi","download_url":"https://codeload.github.com/dylanbuchi/31-days-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2F31-days-of-code/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260662995,"owners_count":23044037,"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":["30-days-of-code","challenge","games","mini-projects-in-python","python"],"created_at":"2024-11-09T08:12:19.159Z","updated_at":"2025-06-19T01:33:43.979Z","avatar_url":"https://github.com/dylanbuchi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 31 Days Of Code\n\nI took on a challenge to build 31 mini-projects using Python. These projects included a variety of applications and features, such as a hangman game, a tic-tac-toe game, a quiz program, and a flash cards app.\n\n# Overview:\n\n| Day | Project                | Demo                                                                             | Code                                                                                              |\n| --- | ---------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |\n| 1   | Username Generator     | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_1#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_1/username_generator.py)  |\n| 2   | Tip Calculator         | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_2#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_2/tip_calculator.py)      |     |\n| 3   | Treasure Island        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_3#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_3/treasure_island.py)     |     |\n| 4   | Rock Paper Scissors    | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_4#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_4/rock_paper_scissors.py) |     |\n| 5   | Password Generator     | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_5#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_5/password_generator.py)  |     |\n| 6   | Dice Rolling Simulator | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_6#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_6/user_interface.py)        |     |\n| **7**   | **Hangman Game**          | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_7#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_7/hangman.py)             |     |\n| 8   | Caesar Cipher          | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_8#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_8/caesar_cipher.py)       |     |\n| 9   | Auction Program        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_9#demo)  | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_9/auction_program.py)     |     |\n| 10  | Calculator             | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_10#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_10/main.py)               |     |\n| **11**  | **BlackJack**              | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_11#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_11/blackjack.py)          |     |\n| 12  | Number Guessing Game              | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_12#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_12/number_guess.py)          |     |\n| 13  | FizzBuzz             | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_13#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_13/fizzbuzz.py)          |     |\n| 14  | Higher Lower Game             | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_14#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_14/higher_lower.py)          |     |\n| **15**  |**Coffee Machine**           | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_15#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_15/main.py)          |     |\n| **16**  |**Tic Tac Toe**           | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_16#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_16/main.py)          |     |\n| **17**  |**Quiz Program**           | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_17#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_17/main.py)          |     |\n| 18  | Dot Painting           | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_18#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_18/art.py)          |     |\n| **19**  | **Turtle Race Game**         | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_19#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_19/main.py)          |     |\n| **20**  | **Snake Game**         | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_20#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_20/main.py)          |     |\n| **21**  | **Pong Game**         | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_21#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_21/main.py)          |     |\n| **22**  | **Crossy Road Game**         | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_22#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_22/main.py)          |     |\n| 23 | US Map Quiz        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_23#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_23/main.py)          |     |\n| 24   |NATO Phonetic Alphabet        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_24#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_24/main.py)          |     |\n| 25   |Miles to Km Converter        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_25#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_25/main.py)          |     |\n| **26**   |**Pomodoro Timer App**        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_26#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_26/pomodoro.py)          |     |\n| **27**   |**Password Manager App**        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_27#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_27/password_manager.py)          |     |\n| **28**   |**FlashCards App**        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_28#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_28/flash_card.py)          |     |\n| 29   |Weather Forecast via SMS        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_29#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_29/main.py)          |     |\n| 30   |Best Movies To Watch App        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_30#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_30/main.py)          |     |\n| 31   |WallPaper Bot        | [demo](https://github.com/dylanbuchi/100-days-of-code/tree/main/src/day_31#demo) | [code](https://github.com/dylanbuchi/100-days-of-code/blob/main/src/day_31/main.py)          |     |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanbuchi%2F31-days-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanbuchi%2F31-days-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanbuchi%2F31-days-of-code/lists"}