ntxt / logoOverVoice

A rough mashup of google speech recognition and the logo turtle drawing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logoOverVoice

A rough mashup of google speech recognition and logo (python turtle implementation of the once-popular toy programming language). It allows for a few predefined voice commands to be executed. To choose the command set (language), find the line:

lang = 'en-us'

in turtle-gfx.py and give it a matching file name (bar extension) from the ./commands folder.

An example drawing with Polish commands An example drawing with English commands

About

A rough mashup of google speech recognition and the logo turtle drawing

License:MIT License


Languages

Language:Python 100.0%