Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blowin/WordProcessor


https://github.com/blowin/WordProcessor

fluentvalidation mahapps netcore3 reactiveui ui wpf

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# WordProcessor

Support language:
- English
- Russian

Algorithms:
- Shuffle letter
> 'cat' -> 'atc'

- Replace letter

>'hello' -> 'he_lo'

- Shuffle translate

>**input:**
>'cat' - 'кот'
>'home' - 'дом'


>**result:**
>'cat' - 'дом'
>'home' -'кот'
`

Separators:
- New Line
- Custom

Interface:

![alt text](https://github.com/blowin/WordProcessor/blob/master/img/main_form.jpg?raw=true )

Fill all required fields:

![alt text](https://github.com/blowin/WordProcessor/blob/master/img/fill_all_fields.jpg?raw=true )

Result after process shuffle algorithm:

![alt text](https://github.com/blowin/WordProcessor/blob/master/img/result_shuffle_algorithm.jpg?raw=true )