1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-07-07 22:42:23 +02:00
Files
STARK/test.py

13 lines
259 B
Python
Raw Normal View History

# File for test modules
# Program work only here
# :)
from Command import Command
import SmallTalk
import Text2Speech
archie = Text2Speech.engine()
while True:
string = str(input('-> '))
archie.generate( Command.find(string).start() ).speak()