Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CORRUPTOR2037 authored Jul 25, 2018
1 parent 57006d8 commit f05a9da
Showing 1 changed file with 39 additions and 12 deletions.
51 changes: 39 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 4,48 @@
![](https://img.shields.io/badge/waifu-inside-blue.svg)
[![Build Status](https://travis-ci.org/DeskChan/DeskChan.svg?branch=master)](https://travis-ci.org/DeskChan/DeskChan)

### [DeskChan](https://deskchan.info/) – твой персональный компьютерный ассистент
### [DeskChan](https://deskchan.info/) – твой персональный компьютерный ассистент будущего

DeskChan - делает только то, что вы сами ей сказали делать и не лезет, куда не надо.
Возможности DeskChan:
* Удобно настраиваемая система событий и команд
* Обработка естественной речи
* Распознавание голосовой речи
* Полная настройка персонажа
* Полная настройка интерфейса
* Поддержка горячих клавиш
* Поддержка сетевого взаимодействия
* Поддержка плагинов на Java, Groovy, Kotlin, Scala, Python (2/3), JavaScript
* Поддержка сценариев
* Нет необходимости в наличии подключения к сети
* Любую часть программы легко отключить
* Функция общения в разработке

DeskChan разрабатывается такой, чтобы любой человек с любым уровнем программирования мог настроить её под себя и мгновенно начать использовать.

Вся дополнительная информация может быть найдена на [wiki](https://github.com/DeskChan/DeskChan/wiki) или [форуме](https://forum.deskchan.info/).

DeskChan - уникальная у каждого юзера и полностью настраиваемся.

![](https://lh3.googleusercontent.com/eNFmO1O-gLNpVgMuzWJl8r8kaMugq8JGrGggUCRYdQHc3eWKniFjPTiLDJkKXRLh3zvRSlHi63C_C2gS3ihzVDdMvWBTFwFw_zlEJ3l6ZIGbezSX_Q-14vsHN-LyWXTAwF8foM8SjqubY2hrEfmNmugQMq2OzgGasQC5z-rbwy7AtM0GWcojpjzC3CP_J-EIH9yN8mWr1XO4krOmi-pYeFll7XJ2U653xFZ7OW3ju8WDSKWrTcrr8M0mcg1XUqAhvDpIQD0WG66sQrfpyv0m_M5Bg9fHxR9NX0JrlfPgdiPzSUfZyo-D1KYVY_gsR2vqIN_8X2jI_CDy6jtGkUpNUTdSp0-fo_8DeN8-dVTAp1-vxPq73mFqy0LNPalftlzRWv8ICiCu_W49AWNOyrXXEak28LPJqYDXyjDPjL1XHdHa7t1fno_Iu0FWVwRHCxkRbe93-giKXsDS8__phz_jwqZNHupXWZREe6-uDPWRX-08TNKh7e3tBsIxK7jpAadgdbsz0OOvDztt-j34liApBxhBKg49cSkmnFAk1QkU3izyveLVR5RHPnb5Hete2qkEMpQkpq9StL2tuexRExMBHQk6svvN_Xe5lyoQspMDGYJJ0am_zmo=w780-h613-no)

------

### [DeskChan](https://deskchan.info/) – your personal computer assistant
### [DeskChan](https://deskchan.info/) – your personal computer assistant of the future

DeskChan always do only what you want and don't touch your data. DeskChan is unique for every user and can be fully customizable.
Abilities of DeskChan:
* Easy customizable events and commands system
* Natural Language processing
* Speech recognizing
* Full and easy customization of character
* Full customization of interface
* Hotkeys support
* Network interaction support
* Java, Groovy, Kotlin, Scala, Python (2/3), JavaScript plugins support
* Scripts support
* No need in internet connection
* Natural communications is in development

Currently program is developing for russian-speaking users only. English language support is not in priority but there is no limitations to embed it by yourself, write us a mail if you want to know how to do it.
DeskChan is developing such that everyone despite their programming level can customize it for themself and instantly start to use.

All additiona information can be found on [wiki](https://github.com/DeskChan/DeskChan/wiki) or [forum](https://forum.deskchan.info/).

Program is developing primarly for russian-speaking users. Although it has interface translated to english too. There is no limitations to embed other languages support by yourself, write us a mail if you want to know how to do it.

-----

Expand All @@ -29,7 56,7 @@ Currently program is developing for russian-speaking users only. English languag
#### Системные требования (для комфортного использования) / System requirements (for comfort usage)
* Процессор / CPU: 1.5 GHz
* ОЗУ / RAM: 2 GB
* Java 8/9, последняя версия JDK/JRE
* Java 8/10, последняя версия JDK/JRE
* Оконный менеджер с поддержкой композитинга / Window manager with composition support
* Желательно интернет-соединение / Internet-connection is desirable
##### DeskChan корректно запускается и работает на таких ОС / DeskChan is succesfully tested on:
Expand All @@ -41,8 68,8 @@ Currently program is developing for russian-speaking users only. English languag

----

ВНИМАНИЕ: каждая релизная версия собирается на Java 8 и работает только на Java 8. Под Java 9 нужно собирать проект самому.
WARNING: build DeskChan on your system by yourself if you use Java 9 instead of downloading a distributed archive.
ВНИМАНИЕ: каждая релизная версия собирается на Java 8 и работает только на Java 8. Под Java > 8 вам необходимо собирать билд самому.
WARNING: every release version's built on Java 8 and works ONLY on Java 8. Build DeskChan on your system by yourself if you use Java > 8 instead of downloading a distributed archive.

### [Инструкции по сборке / Building guide](https://github.com/DeskChan/DeskChan/wiki/Сборка-и-запуск)
### [Основное API](https://github.com/DeskChan/DeskChan/wiki/DeskChan-General-API)

0 comments on commit f05a9da

Please sign in to comment.