{"id":13988939,"url":"https://github.com/ewwink/python-srt2ass","last_synced_at":"2026-01-22T01:08:19.951Z","repository":{"id":68153392,"uuid":"90505355","full_name":"ewwink/python-srt2ass","owner":"ewwink","description":"Python Script to Convert Subtitle formats from .srt to .ass ","archived":false,"fork":false,"pushed_at":"2022-04-26T20:15:05.000Z","size":10,"stargazers_count":30,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-29T07:37:06.645Z","etag":null,"topics":["kodi","kodi-addon","python","python-script","subtitles","xbmc"],"latest_commit_sha":null,"homepage":null,"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/ewwink.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-05-07T03:06:10.000Z","updated_at":"2024-11-23T07:25:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"447b7913-fbc4-4e5e-b3a6-98e34bf09ad9","html_url":"https://github.com/ewwink/python-srt2ass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ewwink/python-srt2ass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewwink%2Fpython-srt2ass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewwink%2Fpython-srt2ass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewwink%2Fpython-srt2ass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewwink%2Fpython-srt2ass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ewwink","download_url":"https://codeload.github.com/ewwink/python-srt2ass/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ewwink%2Fpython-srt2ass/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266474843,"owners_count":23934816,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["kodi","kodi-addon","python","python-script","subtitles","xbmc"],"created_at":"2024-08-09T13:01:26.746Z","updated_at":"2026-01-22T01:08:19.943Z","avatar_url":"https://github.com/ewwink.png","language":"Python","readme":"# python-srt2ass\nPython script to convert Subtitle formats from `.srt` to `.ass`. By default it will add black background (opaque box) with yellow font color, useful to hide foreign hardsub from movie\n\n## Requirements ##\n\n* [Python 3](https://www.python.org/downloads/)\n* Windows/Linux/Mac/Android\n\n## How to use ##\n\n```python srt2ass.py \"file\"```\n\n## Sample ##\nusing command line\n\n    python srt2ass.py file1.srt\n    or\n    python srt2ass.py file1.srt file2.srt file3.srt\n\nusing as module\n\n```python\nfrom srt2ass import srt2ass\n\nassSub = srt2ass(\"file.srt\")\nprint('ASS subtitle saved as: ' + assSub)\n# ASS subtitle saved as: file.ass\n```\n\n\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewwink%2Fpython-srt2ass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fewwink%2Fpython-srt2ass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fewwink%2Fpython-srt2ass/lists"}