zyddnys / manga-image-translator

Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/
https://cotrans.touhou.ai/
GNU General Public License v3.0
4.59k stars 473 forks source link

[Feature Request]: Easy 1 click run/installation #622

Open mspykerez opened 1 month ago

mspykerez commented 1 month ago

What would your feature do?

Can someone please make an installer for this project ? An .EXE or something the like that makes running all this easy for the average person ? Would be also nice to have a GUI.

ty

singersbalm commented 1 month ago

Docker & web mode ?

jianchang512 commented 1 month ago

can use pyqt or tkinter to make an interface, then package the py runtime. bat double-click to execute it

But there are a lot of parameters, so I guess it's a lot of work

singersbalm commented 1 month ago

@jianchang512 electronjs or tauri would make way more sense. Run the server on app startup. The only problem would be setting up the dependencies/runtime. Bundling the dependencies shouldn't be a problem. Same goes for the runtime. I would pay attention to the development of mojo. Compiling python code would be great