Skip to content

thomaswantstobeaskeleton/BallonsTranslator-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,843 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important

If you plan to publicly share machine-translated results produced by this tool, and no experienced translator has fully translated or proofread them, please clearly mark them as machine translation in a prominent place.

BallonsTranslator-Pro

BallonsTranslator-Pro is an advanced fork of dmMaze/BallonsTranslator focused on serious manga/comic translation workflows.

At a high level, BallonsTranslator-Pro helps you:

  1. Detect speech balloons/text areas
  2. Read text (OCR)
  3. Translate text
  4. Clean original text from artwork (inpaint)
  5. Edit and export pages

Launch the app quickly (what to click)

After cloning/downloading and opening the project folder:

  • Windows (recommended): double-click launch_win.bat
  • Windows (nightly update + launch): double-click launch_win_amd_nightly.bat
  • Windows (launch + auto-update): double-click launch_win_with_autoupdate.bat
  • Cross-platform (manual): run python launch.py in terminal

If batch files are blocked by Windows SmartScreen, right-click the .bat file → Run as administrator (or choose More info → Run anyway).


Install Google Fonts (native in-app)

You can now install Google Fonts directly from the app:

  1. Open Tools → Models → Install Google Font...
  2. Enter a family name (example: Bangers, Noto Sans JP, Comic Neue)
  3. The app downloads and registers the font automatically.

Installed fonts are stored under fonts/google/ and become available in font pickers.


Clone / download instructions

Option A — Download ZIP (easiest)

  1. Open the repo page on GitHub.
  2. Click CodeDownload ZIP.
  3. Extract to a normal folder (example: Documents/BallonsTranslator-Pro).
  4. Open that folder.
  5. Launch using launch_win.bat (Windows) or terminal (python launch.py).

Option B — Git clone (terminal)

git clone https://github.com/thomaswantstobeaskeleton/BallonsTranslator-Pro
cd BallonsTranslator-Pro
python launch.py

Option C — GitHub Desktop

  1. Install GitHub Desktop.
  2. File → Clone repository.
  3. Paste repo URL and choose a local path.
  4. Open the local folder.
  5. Launch launch_win.bat (Windows) or python launch.py.

Requirements

  • Python 3.10+
  • Internet for first-time setup/model downloads
  • Enough disk space for selected models

Check Python:

python --version

Why Pro

  • Practical module combinations for real projects
  • Better batch and long-chapter workflow support
  • LLM-aided review chain for quality/consistency
  • Strong defaults for fast onboarding

Basic workflow

  1. Open pages: File → Open Folder / Open Images
  2. Select modules: Detector / OCR / Inpaint / Translator
  3. Click Run
  4. Review and edit text bubbles
  5. Export from Tools → Export all pages

Useful paths in this repo

  • App launcher: launch.py
  • Windows one-click launcher: launch_win.bat
  • Config template: config/config.example.json
  • Active config: config/config.json
  • Models: data/models/
  • Fonts: fonts/

Docs

About

基于 BallonsTranslator 的漫画/网漫/韩漫/国漫计算机辅助翻译工具,扩展了 OCR、文本检测、|修复、工作流程、字体和导出选项。Computer-aided manga/comic/manhwa/manhua translation tool based on BallonsTranslator, with expanded OCR, detection, inpainting, workflow, font, and export options.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors