𝓕-𝓓𝓻𝓸𝓲𝓭 (@F-droid)英文句子写得不地道?别急,我专门造了一个界面优美的润色工具,今天开源了! 中发帖

import tkinter as tk
from tkinter import filedialog, messagebox
import customtkinter as ctk
import threading
import re
import time
import json
import queue
import requests
from concurrent.futures import ThreadPoolExecutor, as_completed
from datetime import datetime
from pathlib import Path

ctk.set_appearance_mode("dark")
ctk.set_default_color_theme("blue")

HISTORY_FILE = Path.home() / ".linguafl...