-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35f9c69
commit e0a557d
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
# TellMeAJoke | ||
## Tell me a joke bot | ||
|
||
>Say "Tell me a joke" and it reads a joke for you | ||
|
||
A basic script which reads a joke on user command. | ||
|
||
Requirements: | ||
|
||
pip install pyttsx3 | ||
pip install pyaudio | ||
pip install speechrecognition | ||
pip install requests |