いいね&フォローをすると、主のモチベになるかもよ?別に強制してるわけじゃないよ?いいねには「開発秘話」があるのを知らせておきますPythonのインストール https://www.python.org/downloads/ ※Microsoft Store や APT からでもできます※Macには最初からインストールされていますが、Python2のため、新しいPython3をインストールする必要があります。タブンネコードimport tkinter as tkfrom googletrans import Translatorimport jsonfrom tkinter import filedialog as fdtranslator=Translator()f=json.load(open(fd.askopenfilename(),'r',encoding='utf-8'))d=input('OUT LANG?')for k,v in f.items(): x=translator.translate(v,dest=d) f[k]=x.textjson.dump(f,open(fd.asksaveasfilename(),'w',encoding='utf-8'),ensure_ascii=False)googletrans の インストールpip install googletrans == 4.0.0rc1(Ubuntu Windows Mac他 どのOSでも共通)(できない場合)python -m pip install googletrans == 4.0.0rc1