A project involving servos, relays and other things to turn my home smart.
Here is the Plan of Production/ Brainstorming.
Please note that this was intended to run on a Raspberry Pi, as it is only python it can be modified to run on a Laptop, but I only made this so that I could test on my laptop and then run it headlessly on my Pi.
These can be whatever you want:
#Usernames
Master = "***"
TriggerName = "***"
#text-to-speech
speakingvoice = american/british
Master = 'The name it will call you'
TriggerName = 'what you will call it'
speakingvoice = american/british - this is the voice it will speak in
pip install -r Pi_requirements.txt
- for running on the Pi
pip install -r Laptop_requirements.txt
- for testing on a Laptop