{"id":20975377,"url":"https://github.com/ternion-1121/basic-projects-in-python","last_synced_at":"2025-12-24T18:42:07.102Z","repository":{"id":44148541,"uuid":"511959929","full_name":"TERNION-1121/Basic-Projects-in-Python","owner":"TERNION-1121","description":"This repository consists of basic-levelled, real-world projects in Python","archived":false,"fork":false,"pushed_at":"2024-03-05T09:04:29.000Z","size":17169,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T05:43:45.304Z","etag":null,"topics":["basic-programming","basic-project","basic-projects","basics","basics-of-python","beginner-friendly","beginner-projects","dice-roller","hang-man","hangman-in-python","intermediate-projects","newbie-friendly","project","purple-rain","python","python3","rock-paper-scissors","rps-game","weather-notifier"],"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/TERNION-1121.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":"2022-07-08T16:31:46.000Z","updated_at":"2024-01-12T18:33:00.000Z","dependencies_parsed_at":"2024-11-19T05:01:10.537Z","dependency_job_id":null,"html_url":"https://github.com/TERNION-1121/Basic-Projects-in-Python","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/TERNION-1121%2FBasic-Projects-in-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TERNION-1121%2FBasic-Projects-in-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TERNION-1121%2FBasic-Projects-in-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TERNION-1121%2FBasic-Projects-in-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TERNION-1121","download_url":"https://codeload.github.com/TERNION-1121/Basic-Projects-in-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243374326,"owners_count":20280661,"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":["basic-programming","basic-project","basic-projects","basics","basics-of-python","beginner-friendly","beginner-projects","dice-roller","hang-man","hangman-in-python","intermediate-projects","newbie-friendly","project","purple-rain","python","python3","rock-paper-scissors","rps-game","weather-notifier"],"created_at":"2024-11-19T04:43:25.726Z","updated_at":"2025-12-24T18:42:07.055Z","avatar_url":"https://github.com/TERNION-1121.png","language":"Python","readme":"\u003ch1 align = \"center\"\u003eBasic Projects in Python\u003c/h1\u003e\n\n This repository consists of some basic~intermediate levelled, real-world projects in Python. Whose ideas were taken from various sources and my brain 🧠\n \n \u003cimg src = \"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/1024px-Python-logo-notext.svg.png\" alt = \"Python\" height = 180 width = 180\u003e\n \nEach project folder comprises of:\n- Their corresponding `README.md` files\n- Code along with other assets (audio, images etc.)\n  \n\u003cbr\u003e\n\n ### Index of Projects \n \n| S. No.      | Project Name (Link to README)                                                                                                       \n|-------------|----------------------------------------------------------------------------------------------------------------------------------|\n| Project 1   | [Dice Simulator](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%201-%20Dice%20Simulator/dice-sim.md) \n| Project 2:  | [Rock-Paper-Scissors!](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%202-%20Rock-Paper-Scissors!/rock-paper-scissors.md)\n| Project 3:  | [Password Generator](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%203-%20Password%20Generator/pwd-gen.md)\n| Project 4:  | [Encryption-Decryption](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%204-%20Encryption-Decryption/encrypt_decrypt.md)\n| Project 5:  | [Binary Search Algorithm](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%205-%20Binary%20Search%20Algorithm/binary-search.md)\n| Project 6:  | [Simple Countdown Timer](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%206-%20Simple%20Countdown%20Timer/countdown-timer.md)\n| Project 7:  | [Email Slicer](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%207-%20Email%20Slicer/email_slicer.md)\n| Project 8:  | [Hangman Game](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%208-%20Hangman%20Game/hangman.md)\n| Project 9:  | [Bank Account](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%209-Bank%20Account/bank_acc.md)\n| Project 10: | [Sudoku Validator](https://github.com/TERNION-1121/Basic-Projects-in-Python/blob/main/Project%2010-%20Sudoku%20Validator/sudoku_validator.md)\n| Project 11: | [Weather Notifier](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%2011-%20Desktop%20Weather%20Notifier/weather_notifier.md)\n| Project 12: | [Purple Rain Simulation](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%2012-%20Purple%20Rain%20Simulation)\n| Project 13: | [Random Walker](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%2013-%20Random%20Walker#readme)\n| Project 14: | [RPS Simulation](https://github.com/TERNION-1121/Basic-Projects-in-Python/tree/main/Project%2014%20-%20RPS%20Simulation#readme)\n\u003cbr\u003e\n\u003chr\u003e\n\n\u003e If you have any further topic suggestions/ideas, do let me know!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fternion-1121%2Fbasic-projects-in-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fternion-1121%2Fbasic-projects-in-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fternion-1121%2Fbasic-projects-in-python/lists"}