dootle.actions.say
Classes
A Simple Action to trigger speech synthesis |
|
A Simple Action that announces the time |
Module Contents
- class dootle.actions.say.SayAction
A Simple Action to trigger speech synthesis Will say anything expanded from the action specs ‘args’
- class dootle.actions.say.SayTimeAction
A Simple Action that announces the time Subclass this and override __call__ for your own actions. The arguments of the action are held in self.spec
- _toml_kwargs = ['wait', 'background']
- mac_announce_args = ['-v', 'Moira', '-r', '50', 'The Time Is ']
- linux_announce_args = ['The Time Is ']
- time_format = '%H:%M'