# espeak 朗读前端 **Repository Path**: gfdgd-xi/espeak-reading-front-end ## Basic Information - **Project Name**: espeak 朗读前端 - **Description**: 一个 espeak 朗读前端 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-01 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # deepin-wine 运行器 #### 介绍 一个图形化了以下命令的程序 ``` espeak -v 语言 -s 语速 朗读内容 ``` 以及 ``` espeak -v 语言 -s 语速 朗读内容 -w WAV音频文件保存路径 ``` 让你简单的朗读文本 是使用 Python3 的 tkinter 构建的 (测试平台:deepin 20.1 1030) #### 软件架构 espeak 运行在哪就运行在哪 #### 安装教程 1. 安装所需依赖 ``` sudo apt install espeak python3 python3-tk git ``` 2. 下载本程序 ``` git clone https://gitee.com/gfdgd-xi/espeak-reading-front-end.git ``` 3. 运行本程序 ``` cd espeak-reading-front-end chmod 777 main.py ./main.py ``` #### 使用说明 (均在软件的“小提示”里有说明) 1. 使用终端运行该程序,可以看到 espeak 以及程序本身的提示和报错 #### 特技 难道是使用 tkinter 进行构建吗?所以没有咯