1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-02-17 11:55:35 +02:00

.gitignore

This commit is contained in:
MarkParker5 2020-07-18 00:13:58 +03:00
parent 6d235de619
commit 1f40468622
2 changed files with 4 additions and 15 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
__pycache__
audio/*
Text2Speech/tts-gc-key.json
test.py

15
test.py
View File

@ -1,15 +0,0 @@
# File for test modules
# Program work only here
# :)
from Command import Command
import SmallTalk
import Text2Speech
archie = Text2Speech.Engine()
archie.generate('Привет', True)
Text2Speech.Speech.getList()[0].speak()
while True:
string = str(input('-> '))
archie.generate( Command.find(string).start() ).speak()