Somewhat fancy voice command recognition software
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910
  1. #!/usr/bin/env python3
  2. # This is part of Kaylee
  3. # -- this code is licensed GPLv3
  4. # Copyright 2015-2017 Clayton G. Hobbs
  5. # Portions Copyright 2013 Jezra
  6. from kayleevc import kaylee
  7. if __name__ == '__main__':
  8. kaylee.run()