Skip to content

Commit

Permalink
Update casper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfaaqrifath authored Apr 26, 2022
1 parent 08fb047 commit e5ccafd
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions casper.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,21 +284,7 @@ def recognize(command):
print(Fore.CYAN + "You're welcome, i'm happy to help sir")
casper_speak(speak="you're welcome, i'm happy to help sir", voice=casper_voice)
return

elif "useless" in command:
print(Fore.RED + "Whatever, you're a pathetic excuse for a human.")
casper_speak(speak="whatever, you're a pathetic excuse for a human.", voice=casper_voice)
return

elif "named after" in command:
casperIntro2 = "i was named after the cat of my developer, which was named after the famous, Casper the friendly ghost cartoon show."
print(Fore.GREEN + casperIntro2)
casper_speak(speak=casperIntro2, voice=casper_voice)
return

elif "sri lanka" in command.lower():
print(Fore.RED + "Sri lanka is a pathetic excuse for a country....sorry, island.")
casper_speak(speak="Sri lanka is a pathetic excuse for a country....sorry, island.", voice=casper_voice)


elif "knowledge" in command:
print(Fore.YELLOW + "what do you want to know about?")
Expand Down

0 comments on commit e5ccafd

Please sign in to comment.