1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00

clean readme

This commit is contained in:
MarkParker5 2023-02-19 23:51:59 +01:00
parent f4768733fe
commit 67bd94264f
No known key found for this signature in database
GPG Key ID: 0632FDCE0F9ED5C7

View File

@ -1,27 +1,5 @@
# A.R.C.H.I.E.
## Voice assistant, smart home hub, media center and smart tv
# MajorDom VA
### Project structure:
- #### VICore - Core, base classes
- Command
- CommandsManager
- SearchResult
- Response
- ThreadData
- Pattern
- VIObject and subclasses
- #### Controls - Responsible for user interaction
- Control(ABC)
- VoiceAssistant
- TelegramBot
- RemoteControl
- Django
- #### Features - Possibilities, set of functions
- #### General - For helper classes
- #### hardware - Control system and hardware
## Features:
### Root files:
- **start.py** - entry point
- **config.example.py** - file for settings. Copy as config.py and type own paraneters
- **helper.py** - use in terminal for creating new modules, commands, features, controls, etc.
- **dependences.txt** - list of all dependences (Python version and libraries)
-