An open API service indexing awesome lists of open source software.

https://github.com/banyc/wordsdictator

To make word dictation easier. Windows only. 单词听写工具
https://github.com/banyc/wordsdictator

dictation english-learning language-learning

Last synced: 7 months ago
JSON representation

To make word dictation easier. Windows only. 单词听写工具

Awesome Lists containing this project

README

          

# Words Dictator

To make word dictation easier. Windows only.

## Screenshots

![](img/2020-09-23-00-35-38.png)

![](img/2020-09-23-00-36-01.png)

## How to use

Click every button and see what happens.

### Words/phrase partition

All the words or phrases are partitioned by `return`/`newline`/`"\n"`/`"\n\r"`. In order words, words and phrases are considered a complete phrase at the same line while phrases/words in different lines are considered different phrases/words.

## About the bad coding experiences

This APP aims at rapid developing, thus the coding conventions like MVVM or MVC or even no hard-coding are not under consideration.