Python實現翻譯小工具

一、背景 利用Requests模塊獲取有道詞典web頁面的post信息,BeautifulSoup來獲取需要的內容,通過tkinter模塊生成gui界面。 二、代碼 git源碼地址 Python實現翻譯小工具 fanyi.py代碼如下: #!/bin/env python -- coding:utf-8 -- _author:kaliarch import requests import urll
相關文章
相關標籤/搜索