Git Product home page Git Product logo

auto-dictate's Introduction

auto-dictate

自动听写英语单词项目(附带自动翻译,自动下载音频)

上手指南

在config.py中设定参数

  • 发音方式 1:英式发音 2:美式发音

  • 听写时间间隔 整数浮点数均可

  • 是否开启自动翻译--保存单词时自动有道翻译

  • 是否随机听写 --打乱顺序

database.py 封装数据库

listening.py 听写模块

spider.py 爬虫模块

surface.py 界面

直接运行surface.py

单个输入单词

在单词输入框内输入单词,如果开启了自动翻译,释义输入框会被禁止,点击添加单词按钮即可添加单词到数据库。

批量输入单词

点击导入文件按钮选择.txt格式的单词本,如果开启了自动翻译,则单词本中每一行为单词即可

  • read
  • degrade
  • invoke

若未开启自动翻译,则每一行后面需要加入释义

  • read
  • degrade
  • 贬低
  • invoke
  • 引用

点击开始听力 播放音频(可勾选随机顺序)

安装要求

1.sqlite3 2.playsound 3.requests 4.lxml

安装步骤

直接运行surface.py即可无需安装

贡献者

shaocr

版本控制

v.1.0

作者

shaocr

版权说明

不可商用

auto-dictate's People

Contributors

shaocr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.