{"id":20761443,"url":"https://github.com/thatsinewave/simple-python-scripts","last_synced_at":"2025-04-30T06:08:07.206Z","repository":{"id":232525833,"uuid":"784556064","full_name":"ThatSINEWAVE/Simple-Python-Scripts","owner":"ThatSINEWAVE","description":"A collection of various scripts and programs written in Python to help beginners and enthusiasts make their first contributions","archived":false,"fork":false,"pushed_at":"2024-07-21T01:23:48.000Z","size":58,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T06:07:58.174Z","etag":null,"topics":["beginner","beginner-project","beginners-friendly","contributions-welcome","fun","github-contributions","good-first-contribution","good-first-issue","good-first-issues","good-first-pr","good-first-project","good-first-prs","helpingothers","project","projects","pull-requests","python","python-script","starter-project","thatsinewave"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatSINEWAVE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ThatSINEWAVE","ko_fi":"thatsinewave"}},"created_at":"2024-04-10T04:44:12.000Z","updated_at":"2024-10-26T19:10:06.000Z","dependencies_parsed_at":"2024-04-10T05:47:16.467Z","dependency_job_id":"76524acd-675e-4763-8b3e-26e44e88f47a","html_url":"https://github.com/ThatSINEWAVE/Simple-Python-Scripts","commit_stats":null,"previous_names":["thatsinewave/simple-python-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FSimple-Python-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FSimple-Python-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FSimple-Python-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FSimple-Python-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatSINEWAVE","download_url":"https://codeload.github.com/ThatSINEWAVE/Simple-Python-Scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651233,"owners_count":21621716,"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":["beginner","beginner-project","beginners-friendly","contributions-welcome","fun","github-contributions","good-first-contribution","good-first-issue","good-first-issues","good-first-pr","good-first-project","good-first-prs","helpingothers","project","projects","pull-requests","python","python-script","starter-project","thatsinewave"],"created_at":"2024-11-17T10:20:20.638Z","updated_at":"2025-04-30T06:08:07.176Z","avatar_url":"https://github.com/ThatSINEWAVE.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n# Simple Python Scripts\n\nWelcome to the Simple Python Scripts repository! \nThis is a collection of various scripts and programs written in Python, ranging from simple games to helper scripts, math solvers, and more. \nAnyone is welcome to contribute by adding new scripts or improving existing ones.\n\n\u003c/div\u003e\n\n## Purpose\n\nThe purpose of this repository is to provide a platform for Python enthusiasts and beginners to showcase their programming skills, collaborate with others, and build a diverse collection of useful scripts.\nWhether you're a beginner looking to practice your coding skills or an experienced developer with a handy tool to share, this repository is open to all.\n\n\u003cdiv align=\"center\"\u003e\n\n## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)\n\n\u003c/div\u003e\n\n## How It Works\n\nContributing to Simple Python Scripts is easy! Simply fork the repository, add your script in a new folder named after your program, and then edit the README.md file to include your program in the Index Section. \nWrite a brief description of your script, including any relevant concepts or data structures used.\n\n## What Is Accepted\n\nI accept all kinds of Python scripts, from simple one-liners to complex programs. \nWhether it's a game, a utility tool, a mathematical solver, or anything else, feel free to submit it. \nI encourage creativity and diversity in the scripts contributed to this repository.\n\n\u003cdiv align=\"center\"\u003e\n\n# [Join my discord server](https://discord.gg/2nHHHBWNDw)\n\n\u003c/div\u003e\n\n## FAQ\n\n### Why Did I Create This Repo?\n\nI created this repository to provide a platform for Python beginners and established developers of all skill levels to collaborate and share their scripts. \nIt's a great way to learn from each other, showcase your work, and contribute to a growing collection of useful scripts.\n\n### How Does It Work?\n\nSimply fork the repository, add your script in a new folder, and then submit a pull request. \nBe sure to follow the contribution guidelines outlined in the README.md file. \nOnce your pull request is approved, your script will be added to the repository for others to use and learn from.\n\n### What Is Accepted?\n\nAny Python script that you think would be useful or interesting to others. \nThis includes games, utilities, mathematical solvers, automation scripts, and more. \nFeel free to get creative and experiment with different ideas!\n\n## How To Fork \u0026 Contribute to this repo\n\n1. **Fork the Repository**: Click on the \"Fork\" button at the top right corner of the repository.\n2. **Make a Folder**: Create a new folder named after your program within the repository.\n3. **Add Your Program File**: Upload your Python script file into the folder you created.\n4. **Edit README.md**: Update the README.md file to include your program in the Index Section. Provide a brief description of your script.\n5. **Start the Repo**: Submit a pull request with your changes, and once approved, your script will be added to the repository.\n","funding_links":["https://github.com/sponsors/ThatSINEWAVE","https://ko-fi.com/thatsinewave"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Fsimple-python-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatsinewave%2Fsimple-python-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Fsimple-python-scripts/lists"}