{"id":17310005,"url":"https://github.com/metafates/paletter","last_synced_at":"2026-03-08T17:35:50.525Z","repository":{"id":43126119,"uuid":"451992097","full_name":"metafates/Paletter","owner":"metafates","description":"🎨 Convert color scheme of image into a fancy background","archived":false,"fork":false,"pushed_at":"2022-03-16T20:36:40.000Z","size":23790,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T06:59:33.327Z","etag":null,"topics":["colorscheme","image-processing","palette","python","wallpaper"],"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/metafates.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}},"created_at":"2022-01-25T18:18:09.000Z","updated_at":"2023-04-28T13:13:58.000Z","dependencies_parsed_at":"2022-09-07T05:31:27.309Z","dependency_job_id":null,"html_url":"https://github.com/metafates/Paletter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2FPaletter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2FPaletter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2FPaletter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafates%2FPaletter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metafates","download_url":"https://codeload.github.com/metafates/Paletter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242096947,"owners_count":20071246,"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":["colorscheme","image-processing","palette","python","wallpaper"],"created_at":"2024-10-15T12:34:26.446Z","updated_at":"2025-12-02T19:04:23.970Z","avatar_url":"https://github.com/metafates.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎨 **Paletter**\n\nGenerate images with a color palette from the provided picture. You can use them as wallpapers or some fancy backgrounds 🧑‍🎨\n\n## 🌄 Examples\n\n![Example 1](examples/example1.png)\n![Example 2](examples/example2.png)\n![Example 3](examples/example3.png)\n\n## 📦 Requirements\n\n-   Python 3.9+\n-   Poetry\n\n## 🛠 Install\n\nClone this repo and install dependencies\n\n```bash\ngit clone https://github.com/metafates/Paletter.git\ncd Paletter\npoetry install\n```\n\nThen you can run the script by running\n\n```bash\npoetry run python paletter/paletter.py\n```\n\nOr you can build an executable with\n\n```bash\npoetry run pyinstaller --onefile --paths paletter paletter/paletter.py\n```\n\nThis will create an executable at `dist/paletter`\n\n## 📝 Usage\n\n```\nusage: paletter.py [-h] [--out OUT] [--colors COLORS] [--contrast CONTRAST] [--no-shapes] [--no-border]\n                   [--shape-size SHAPE_SIZE] [--shape SHAPE] [--border-width BORDER_WIDTH] [--blocks-gap BLOCKS_GAP]\n                   [--shapes-gap SHAPES_GAP] [--shapes-per-row SHAPES_PER_ROW] [--resolution RESOLUTION] [--scale SCALE]\n                   image\n\nGenerates color palette from image\n\npositional arguments:\n  image                 Image to work with\n\noptions:\n  -h, --help            show this help message and exit\n  --out OUT             Generated image path (without extension)\n  --colors COLORS       Number of colors in the palette\n  --contrast CONTRAST   Minimum contrast ratio between primary color and colors in palette\n  --no-shapes           Do not draw shapes on the color blocks\n  --no-border           Do not add border to the image\n  --shape-size SHAPE_SIZE\n                        Shapes size. Valid options are small, medium and large. Default is small\n  --shape SHAPE         Decoration shape on the color block. Valid options are square and circle. Default is square\n  --border-width BORDER_WIDTH\n                        Border width in pixels. Default 15\n  --blocks-gap BLOCKS_GAP\n                        Gap between color blocks in pixels. Default is 90\n  --shapes-gap SHAPES_GAP\n                        Gap between shapes inside color blocks. Default is 15\n  --shapes-per-row SHAPES_PER_ROW\n                        Shapes per row. Default is 3\n  --resolution RESOLUTION\n                        Image resolution. Default is 1920x1080\n  --scale SCALE         Image scaling. Default is 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafates%2Fpaletter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetafates%2Fpaletter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafates%2Fpaletter/lists"}