[–] ruchirp 9y ago ↗ Hello developers.Now you can schedule voice commands on a Raspberry Pi with a single line of code.from ActionsA import schedulerscheduler.message(seconds=4, text='I am Batman')Checkout the Github repo to install and use the library. Comments and criticism are super welcomed.
1 comment
[ 0.39 ms ] story [ 12.9 ms ] threadNow you can schedule voice commands on a Raspberry Pi with a single line of code.
from ActionsA import scheduler
scheduler.message(seconds=4, text='I am Batman')
Checkout the Github repo to install and use the library. Comments and criticism are super welcomed.