Somewhat fancy voice command recognition software
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
12345678910 |
- #!/usr/bin/env python3
- # This is part of Kaylee
- # -- this code is licensed GPLv3
- # Copyright 2015-2017 Clayton G. Hobbs
- # Portions Copyright 2013 Jezra
-
- from kayleevc import kaylee
-
- if __name__ == '__main__':
- kaylee.run()
|