{"id":29164979,"url":"https://github.com/fatonsopa/convertify","last_synced_at":"2025-07-01T07:08:45.260Z","repository":{"id":62564674,"uuid":"272821178","full_name":"fatonsopa/convertify","owner":"fatonsopa","description":"Convert multiple Images to a specific format (e.g. webp) using Python","archived":false,"fork":false,"pushed_at":"2021-03-03T08:39:41.000Z","size":4189,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T15:58:07.821Z","etag":null,"topics":["convert-images","image-converter","pagespeed","python3","pythonforseo","seotools"],"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/fatonsopa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-16T22:03:49.000Z","updated_at":"2021-03-03T08:39:44.000Z","dependencies_parsed_at":"2022-11-03T16:45:36.425Z","dependency_job_id":null,"html_url":"https://github.com/fatonsopa/convertify","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fatonsopa/convertify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatonsopa%2Fconvertify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatonsopa%2Fconvertify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatonsopa%2Fconvertify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatonsopa%2Fconvertify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fatonsopa","download_url":"https://codeload.github.com/fatonsopa/convertify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatonsopa%2Fconvertify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262780954,"owners_count":23363074,"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":["convert-images","image-converter","pagespeed","python3","pythonforseo","seotools"],"created_at":"2025-07-01T07:08:44.359Z","updated_at":"2025-07-01T07:08:45.244Z","avatar_url":"https://github.com/fatonsopa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\n\nThis is a package that converts images to a specified format. It searches recursively into a directory and converts all images.\n\n\n# Install\n```python\npip3 install convertify\n```\n\n# Basic usage\n```python\nconvertify --source=/path/to/your/images/\n```\nConverted images will be saved one path behind the source, in a directory named \"converted-images\". You can change destination path by specifyind the path via ```--destination=\u003cyour-destination-path\u003e``\n\n```python\nfrom convertify import Convertify\nConvertify.convert('\u003cyour-path-goes-here\u003e')\n```\n\n## Default Options:\n- **source** = ```\u003cgiven-path\u003e```\n- **destination** = \"../converted-images/\"\n- **from** = {All file types}\n- **to** = \"webp\"\n- **recursive** = True\n\n# Advanced usage\n```python\nconvertify --source=/path/to/your/images/ --destination=/path/to/your/destination/ --from=png --to=webp --recursive=false\n```\n\n```python\nfrom convertify import Convertify\nConvertify.convert(source_path='\u003cyour-source-path-goes-here\u003e',\n          destination_path='\u003cyour-destination-path-goes-here\u003e',\n          from_type=None,\n          to_type='webp',\n          recursive=True\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatonsopa%2Fconvertify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatonsopa%2Fconvertify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatonsopa%2Fconvertify/lists"}