Skip to content
This repository has been archived by the owner on May 21, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 494 Bytes

pwnspeaker

A python plugin for pwnagotchi that enables it to utilize tts to speak.

sudo apt-get install espeak

pip3 install pyttsx3

Copy the pwnspeaker.py file to your custom plugins dir and add the following to your config.yaml file:

pwnspeaker: enabled: true

pip3 install pytz google-api-python-client google-auth-oauthlib SpeechRecognition

Copy the pwnassistant.py file to your custom plugins dir and add the following to your config.yaml file:

pwnassistant: enabled: true