{"id":27441850,"url":"https://github.com/3kh0/python-projects","last_synced_at":"2025-07-29T16:07:29.009Z","repository":{"id":106931458,"uuid":"547367776","full_name":"3kh0/python-projects","owner":"3kh0","description":"A collection of short python scripts by @3kh0","archived":false,"fork":false,"pushed_at":"2023-11-21T11:57:47.000Z","size":209,"stargazers_count":10,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-21T16:11:39.752Z","etag":null,"topics":["hackertoberfest","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/3kh0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"3kh0"}},"created_at":"2022-10-07T15:08:44.000Z","updated_at":"2025-04-19T22:47:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"2943f725-c83a-4317-b5de-b4272905f810","html_url":"https://github.com/3kh0/python-projects","commit_stats":null,"previous_names":["3kh0/python-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/3kh0/python-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3kh0%2Fpython-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3kh0%2Fpython-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3kh0%2Fpython-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3kh0%2Fpython-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3kh0","download_url":"https://codeload.github.com/3kh0/python-projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3kh0%2Fpython-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267717140,"owners_count":24133262,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hackertoberfest","python","python3"],"created_at":"2025-04-15T00:14:33.231Z","updated_at":"2025-07-29T16:07:28.980Z","avatar_url":"https://github.com/3kh0.png","language":"Python","funding_links":["https://github.com/sponsors/3kh0"],"categories":[],"sub_categories":[],"readme":"# 3kh0's Python Scripts\n\nThis is a short collection of Python scripts I made, they do random stuff, and each has a folder. I will keep them well documented with a README for everything.\n\n## How to run these\n\nHere is a guide if you have never run a Python file and do not know how.\n\n### Install Python\n\nBefore you can run Python scripts, you must install Python on your system. You can download the latest version of Python from the official website: [Python Downloads](https://www.python.org/downloads/)\n\nPlease download the script you want to run. You can use [this tool](https://download-directory.github.io/) to only download one folder.\n\n### Open a Terminal or Command Prompt\n\n- **On Windows:**\n    - Press `Win + R` to open the Run dialog.\n    - Type `cmd` or `powershell` and press Enter.\n\n- **On macOS or Linux:**\n    - Open the terminal through your preferred method.\n\n### Navigate to the Script's Directory\n\nUse the `cd` command to navigate to the directory where your Python script is located. For example:\n\n```bash\ncd path/to/your/script\n```\n\n### Run the Script\n\nOnce you're in the correct directory, run the script using the `python` command:\n\n```bash\npython coolscript.py\n```\n\nIf you're using Python 3, you might need to use `python3`:\n\n```bash\npython3 coolscript.py\n```\n\n### It did not work!\n\n- Ensure that Python is in your system's PATH so that you can run it from any directory.\n- If you have issues, please ensure your Python installation is successful and the PATH variable is set correctly.\n- If you're using an Integrated Development Environment (IDE) like PyCharm or Visual Studio Code, you can often run scripts directly from the IDE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3kh0%2Fpython-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3kh0%2Fpython-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3kh0%2Fpython-projects/lists"}