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. 单词听写工具
- Host: GitHub
- URL: https://github.com/banyc/wordsdictator
- Owner: Banyc
- Created: 2020-09-22T16:41:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T02:32:55.000Z (about 5 years ago)
- Last Synced: 2025-01-20T05:49:06.442Z (9 months ago)
- Topics: dictation, english-learning, language-learning
- Language: C#
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Words Dictator
To make word dictation easier. Windows only.
## Screenshots


## 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.