{"id":50697045,"url":"https://github.com/static-codes/androiddrawabletosvg","last_synced_at":"2026-06-09T07:03:42.393Z","repository":{"id":362398297,"uuid":"1258899963","full_name":"Static-Codes/AndroidDrawableToSVG","owner":"Static-Codes","description":"A pure python utility to convert an AOSP licensed DrawableVector to an SVG.","archived":false,"fork":false,"pushed_at":"2026-06-04T02:55:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T04:24:16.553Z","etag":null,"topics":["android","android-vector","svg","svg-converter","vector-graphics"],"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/Static-Codes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T02:53:04.000Z","updated_at":"2026-06-04T02:58:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Static-Codes/AndroidDrawableToSVG","commit_stats":null,"previous_names":["static-codes/androiddrawabletosvg"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Static-Codes/AndroidDrawableToSVG","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Codes%2FAndroidDrawableToSVG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Codes%2FAndroidDrawableToSVG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Codes%2FAndroidDrawableToSVG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Codes%2FAndroidDrawableToSVG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Static-Codes","download_url":"https://codeload.github.com/Static-Codes/AndroidDrawableToSVG/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Static-Codes%2FAndroidDrawableToSVG/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34095249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["android","android-vector","svg","svg-converter","vector-graphics"],"created_at":"2026-06-09T07:03:34.730Z","updated_at":"2026-06-09T07:03:42.384Z","avatar_url":"https://github.com/Static-Codes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AndroidDrawableToSVG\n\nAndroidDrawableToSVG **(ADAS)** is a simple and lightweight utility to convert an Android DrawableVector to a universal SVG.\n\n\n## Requirements\nADAS only requires Python 3.9+, no additional packages or dependencies are needed!\n\n\n## Quick Start Guide:\n\nOnce you've cloned the repository, you can test **ADAS** by executing:\n#### Windows\n\n```bash\npython adas.py -d tests/quick_start.xml -o example.svg\n```\n\n#### Linux/MacOS\n\n```bash\npython3 adas.py -d tests/quick_start.xml -o example.svg\n```\n\nOnce you have executed the above command, you should see a file called `example.svg` containing a checkmark.\n\n## Advanced Usage:\n\n#### Windows\n\n```bash\npython adas.py [OPTIONS]\n```\n\n#### Linux/MacOS\n\n```bash\npython3 adas.py [OPTIONS]\n```\n\n### Options\n| Argument | Description | Required |\n| :--- | :--- | :--- |\n| `-h`, `--help` | Displays more detailed information on supported commands. | No |\n| `-d`, `--drawable=\u003cpath/to/drawable.xml\u003e` | Defines the drawable you wish to convert. | **Yes** |\n| `-o`, `--output=\u003cpath/to/output.svg\u003e` | Defines the filename/filepath to used for the converted SVG. | **Yes** |\n| `-c`, `--colors=\u003cpath/to/colors.xml\u003e` | Defines the filepath to used for resolving color references. | **No** |\n| `-s`, `--strings=\u003cpath/to/strings.xml\u003e` | Defines the filepath to used for resolving string references. | **No** |\n| `-v`, `--version=\u003cversion\u003e` | Prints the current version of ADAS. | No |\n\n\n## Known Limitations/Issues\nFor the complete list of known limitations and issues, please see [this](LIMITATIONS.md) file.\n\n\n\n## Future QoL Plans\n- Addressing the Limitations/Issues above.\n- Replacing `getopt` with `argparse` for easier maintainability.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatic-codes%2Fandroiddrawabletosvg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatic-codes%2Fandroiddrawabletosvg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatic-codes%2Fandroiddrawabletosvg/lists"}