Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/byjrk/wpftypingpractice

打字练习软件
https://github.com/byjrk/wpftypingpractice

csharp mvvm wpf

Last synced: about 1 month ago
JSON representation

打字练习软件

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/)