mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-02-17 11:55:35 +02:00
.gitignore
This commit is contained in:
parent
6d235de619
commit
1f40468622
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
__pycache__
|
||||
audio/*
|
||||
Text2Speech/tts-gc-key.json
|
||||
test.py
|
15
test.py
15
test.py
@ -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()
|
Loading…
x
Reference in New Issue
Block a user