# Translate2Markdown **Repository Path**: davidmr/Translate2Markdown ## Basic Information - **Project Name**: Translate2Markdown - **Description**: Linux下的在线翻译软件,自动存储为Markdown文件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/uforgetmenot/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-14 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Translate2Markdown >> Translate2Markdown is a gtk3+gobject client to translate English word to Chinese by using public translate api provides by [iciba](http://www.iciba.com/) and store it as a markdown file. >> This application is tested in ubuntu 16.04, however other linux distributions and windows should works as well. >> Translate2Markdown 是一个采用能够Python3.5+GObject编写的翻译客户端,使用[金山词霸](http://www.iciba.com/)的公开API,在线将英文翻译为中文并存储为MarkDown文件。 >> 该应用在16.04下完全测试,但是其他的Linux发行版本或者Windows应该也能很好的工作。 * Run python3 main.py * Made by * Python * PyGObject * Glade * Depends * Python3.5+ * Gtk3 ## The application pages * Main Page ![Page](./page.png) * Markdown File ![Page1](./page1.png) ## Transfer markdown to epub * execute `pandoc --toc --Ss -f markdown_github -t epub3 -o file.epub markdown.md`