- ユーザースクリプトはweb-page-enhancement-scriptsリポジトリに移行しました。
- Userscripts are moved to new repository.
- README.mdのリンクをクリックして購読してください。
- Click userscripts links on README.md to start subscribing.
| import tkinter as tk | |
| from tkinter import scrolledtext, filedialog | |
| import subprocess | |
| import threading | |
| import os | |
| import json | |
| import shutil | |
| # 言語用の辞書の定義 | |
| LANGUAGES = { |