├── 2 file backups ├── Lucy troubleshooting ├── checkCommands.json └── sentences.json ├── Bytes.js ├── Hello-Lucy.css ├── Hello-Lucy.dic ├── Hello-Lucy.js ├── Hello-Lucy.lm ├── How to add modules to Hello-Lucy ├── LICENSE ├── checkCommands.json ├── images └── 1.png ├── installers └── dependencies.sh ├── jsdoc.json ├── node_helper.js ├── package.json ├── piAudioSetup.md ├── readME.md ├── sentences.json ├── sounds ├── 1.mp3 ├── 11.mp3 ├── ding.mp3 ├── ok.mp3 └── yes sir.mp3 ├── translations ├── de.json ├── en.json └── id.json └── words.json /2 file backups/Lucy troubleshooting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/2 file backups/Lucy troubleshooting -------------------------------------------------------------------------------- /2 file backups/checkCommands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/2 file backups/checkCommands.json -------------------------------------------------------------------------------- /2 file backups/sentences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/2 file backups/sentences.json -------------------------------------------------------------------------------- /Bytes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/Bytes.js -------------------------------------------------------------------------------- /Hello-Lucy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/Hello-Lucy.css -------------------------------------------------------------------------------- /Hello-Lucy.dic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/Hello-Lucy.dic -------------------------------------------------------------------------------- /Hello-Lucy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/Hello-Lucy.js -------------------------------------------------------------------------------- /Hello-Lucy.lm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/Hello-Lucy.lm -------------------------------------------------------------------------------- /How to add modules to Hello-Lucy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/How to add modules to Hello-Lucy -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/LICENSE -------------------------------------------------------------------------------- /checkCommands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/checkCommands.json -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/images/1.png -------------------------------------------------------------------------------- /installers/dependencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/installers/dependencies.sh -------------------------------------------------------------------------------- /jsdoc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/jsdoc.json -------------------------------------------------------------------------------- /node_helper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/node_helper.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/package.json -------------------------------------------------------------------------------- /piAudioSetup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/piAudioSetup.md -------------------------------------------------------------------------------- /readME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/readME.md -------------------------------------------------------------------------------- /sentences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/sentences.json -------------------------------------------------------------------------------- /sounds/1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/sounds/1.mp3 -------------------------------------------------------------------------------- /sounds/11.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/sounds/11.mp3 -------------------------------------------------------------------------------- /sounds/ding.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/sounds/ding.mp3 -------------------------------------------------------------------------------- /sounds/ok.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/sounds/ok.mp3 -------------------------------------------------------------------------------- /sounds/yes sir.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/sounds/yes sir.mp3 -------------------------------------------------------------------------------- /translations/de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/translations/de.json -------------------------------------------------------------------------------- /translations/en.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/translations/en.json -------------------------------------------------------------------------------- /translations/id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/translations/id.json -------------------------------------------------------------------------------- /words.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mykle1/Hello-Lucy/HEAD/words.json --------------------------------------------------------------------------------