{"id":17013847,"url":"https://github.com/imb11/plixel","last_synced_at":"2026-04-24T22:35:07.595Z","repository":{"id":209493923,"uuid":"649087147","full_name":"IMB11/Plixel","owner":"IMB11","description":"fork of a pretty illegal project, archive purposes","archived":false,"fork":false,"pushed_at":"2023-06-03T18:25:59.000Z","size":13142,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T01:58:02.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/IMB11.png","metadata":{"files":{"readme":"ReadmeGenerator.py","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}},"created_at":"2023-06-03T18:25:45.000Z","updated_at":"2023-10-18T21:02:04.000Z","dependencies_parsed_at":"2023-11-27T17:43:34.425Z","dependency_job_id":null,"html_url":"https://github.com/IMB11/Plixel","commit_stats":null,"previous_names":["imb11/plixel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IMB11/Plixel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FPlixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FPlixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FPlixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FPlixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMB11","download_url":"https://codeload.github.com/IMB11/Plixel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FPlixel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32243429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-14T06:14:21.652Z","updated_at":"2026-04-24T22:35:07.579Z","avatar_url":"https://github.com/IMB11.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"import os\nfrom PIL import Image\n\n# Path to the directory\npath = \"./Dataset/\"\nTotalCount = 0\n\n# Open readme.md file for writing\nwith open(\"readme.md\", \"w\") as file:\n\n    # Write the header for the table\n    file.write(\"| Mod | Data |\\n\")\n    file.write(\"| --- | --- |\\n\")\n\n    # Loop through all the directories in the main directory\n    for dirpath, dirnames, filenames in os.walk(path):\n        dirpath=dirpath.split(\"/\")[-1]\n        # Count the number of png files in each directory with dimensions of 16x16 pixels\n        png_count = 0\n        for filename in filenames:\n            if filename.endswith(\".png\"):\n                filepath = os.path.join(dirpath, filename)\n                im = Image.open(path+filepath)\n                if im.size == (16, 16):\n                    png_count += 1\n                    TotalCount += 1\n        \n        if(png_count\u003e=1):\n            file.write(f\"| {dirpath} | {png_count} |\\n\")\n    \n    file.write(f\"Total: {TotalCount}\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimb11%2Fplixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimb11%2Fplixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimb11%2Fplixel/lists"}