{"id":16236139,"url":"https://github.com/blopa/manga-converter","last_synced_at":"2026-02-28T01:08:34.193Z","repository":{"id":237096612,"uuid":"793804997","full_name":"blopa/manga-converter","owner":"blopa","description":"When being lazy is the only option","archived":false,"fork":false,"pushed_at":"2024-05-12T22:02:42.000Z","size":7421,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T06:16:20.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pablo.gg/en/blog/coding/transforming-manga-pages-for-western-readers/","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/blopa.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}},"created_at":"2024-04-29T22:39:41.000Z","updated_at":"2025-01-15T18:16:08.000Z","dependencies_parsed_at":"2024-05-02T12:37:23.622Z","dependency_job_id":"085e05b1-ee9d-42ad-8917-f61ca7717652","html_url":"https://github.com/blopa/manga-converter","commit_stats":null,"previous_names":["blopa/manga-to-hq-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blopa/manga-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmanga-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmanga-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmanga-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmanga-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopa","download_url":"https://codeload.github.com/blopa/manga-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmanga-converter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262269908,"owners_count":23285160,"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":[],"created_at":"2024-10-10T13:29:15.422Z","updated_at":"2026-02-28T01:08:29.166Z","avatar_url":"https://github.com/blopa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manga to Comics Converter\nThis Python 3 script converts manga pages into Western comic-style pages by reversing the reading direction, among other transformations.\n\n## Installation\nFirst, clone the repository or download the files to your local machine.\n\nBefore running the script, you need to install the required Python libraries. If you have CUDA available and wish to leverage GPU acceleration, you should specify a custom index URL when installing the packages. Otherwise, use the standard installation command. \n\n### Standard Installation\n```bash\npip install -r requirements.txt\n```\n\n## Installation with CUDA\nIf you have CUDA installed and want to use GPU capabilities, append the --index-url option with the appropriate URL for CUDA-optimized packages:\n\n```bash\npip install --index-url https://download.pytorch.org/whl/cu121 -r requirements.txt\n```\n\nPS: I don't have a device with CUDA myself, but this should technically work. Try it and let me know.\n\n## Usage\nTo use the script, you need to specify the source directory (or file) containing the manga images, an optional output directory where the processed comics will be saved, and the language for processing. The language defaults to English (`en`) if not specified.\n\nRun the script with the following command:\n\n```bash\npython script.py --output path_to_your_output --source path_to_your_source --lang=en\n```\n\nExamples:\n\n- Converting a folder of manga pages:\n\n```bash\npython script.py --output comic_folder --source manga_folder --lang=ja\n```\n\n- Converting a single manga page:\n\n```bash\npython script.py --output comic_folder --source manga_page.jpg --lang=en\n```\n\nThis allows the script to handle different language settings for tasks like text recognition or other language-specific processing requirements.\n\n## Contributing\nFeel free to fork this repository and submit pull requests. You can also open an issue if you find any bugs or have suggestions for further enhancements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmanga-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopa%2Fmanga-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmanga-converter/lists"}