Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byjrk/wpftypingpractice
打字练习软件
https://github.com/byjrk/wpftypingpractice
csharp mvvm wpf
Last synced: about 1 month ago
JSON representation
打字练习软件
- Host: GitHub
- URL: https://github.com/byjrk/wpftypingpractice
- Owner: BYJRK
- Created: 2020-06-05T15:05:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:37:58.000Z (about 2 years ago)
- Last Synced: 2023-02-28T19:01:41.615Z (almost 2 years ago)
- Topics: csharp, mvvm, wpf
- Language: C#
- Homepage:
- Size: 10.4 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 打字练习软件
一款基于 WPF 的打字练习软件,可以练习全拼和双拼。效果如下图所示:
![Demo](demo.png)
软件完全遵循 MVVM 架构模式。
使用的 NuGet 包:
1. [PropertyChanged.Fody](https://github.com/Fody/PropertyChanged)
2. [Newtonsoft.Json](https://www.newtonsoft.com/json)
3. [PinYinConverterCore](https://github.com/netcorepal/PinYinConverterCore)
4. [UDE.CSharp](http://code.google.com/p/ude/)