Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blowin/WordProcessor
https://github.com/blowin/WordProcessor
fluentvalidation mahapps netcore3 reactiveui ui wpf
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blowin/WordProcessor
- Owner: blowin
- Created: 2020-01-11T17:57:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T17:39:37.000Z (almost 5 years ago)
- Last Synced: 2024-10-10T22:21:04.011Z (26 days ago)
- Topics: fluentvalidation, mahapps, netcore3, reactiveui, ui, wpf
- Language: C#
- Size: 6.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordProcessor
Support language:
- English
- RussianAlgorithms:
- Shuffle letter
> 'cat' -> 'atc'- Replace letter
>'hello' -> 'he_lo'
- Shuffle translate
>**input:**
>'cat' - 'кот'
>'home' - 'дом'
>**result:**
>'cat' - 'дом'
>'home' -'кот'
`Separators:
- New Line
- CustomInterface:
![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 )