{"id":25729461,"url":"https://github.com/freref/generative-art","last_synced_at":"2025-09-09T08:34:04.325Z","repository":{"id":135601045,"uuid":"397700270","full_name":"freref/generative-art","owner":"freref","description":"Bare-bones layer based generative art generator","archived":false,"fork":false,"pushed_at":"2025-02-13T10:00:06.000Z","size":332882,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T01:26:54.331Z","etag":null,"topics":[],"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/freref.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2021-08-18T18:32:36.000Z","updated_at":"2025-02-13T10:00:59.000Z","dependencies_parsed_at":"2025-08-20T15:32:35.583Z","dependency_job_id":null,"html_url":"https://github.com/freref/generative-art","commit_stats":null,"previous_names":["fredotdev/generative-art-generator","freref/generative-art-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/freref/generative-art","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freref%2Fgenerative-art","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freref%2Fgenerative-art/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freref%2Fgenerative-art/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freref%2Fgenerative-art/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freref","download_url":"https://codeload.github.com/freref/generative-art/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freref%2Fgenerative-art/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271341672,"owners_count":24742875,"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-08-20T02:00:09.606Z","response_time":69,"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":[],"created_at":"2025-02-26T01:22:21.773Z","updated_at":"2025-08-20T15:32:54.189Z","avatar_url":"https://github.com/freref.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generative Art Generator\nBare-bones layer based generative art generator for NFT's. Automatically generates accompanying metadata json.  \n## Requirements\n- python3\n## Usage\n### Populate input directory\nThe general structure is as follows:  \n```\ninput/\n├─ layer #1/\n│  ├─ rarity #1\n│  ├─ rarity #2\n│  ├─ rarity #3\n├─ layer #2/\n├─ layer #3/\n```\n### Parameters\nChange parameters in ```main.py``` for your collection:\n```python\n# Collection information:\ndescription = \"Example description\"\nurl = \"www.example_url.com\"\nname = \"Example Name\"\n\n# Layer information:\nsorted_layers = [\"layer #1\", \"layer #2\", \"layer #3\", \"layer #4\", \"layer #5\", \"layer #6\"]\ncategories = [\"/rarity #1/\", \"/rarity #2/\", \"/rarity #3/\", \"/rarity #4/\"]\nchances = [0.075, 0.125, 0.25, 0.55] # odds of getting above category\n```\n### Run\n```\npython main.py [# generated images]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreref%2Fgenerative-art","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreref%2Fgenerative-art","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreref%2Fgenerative-art/lists"}