Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 618 Bytes

UPDATES.md

File metadata and controls

12 lines (9 loc) · 618 Bytes

Updates

[29032024] Typewritter Effect

Iris will print out her responses letter by letter in the console while printing the bot prompt normally. It spilts the string then uses the time module to print a letter at a time.

[31032024] Text to Speech

Iris will speak out the message while printing it to console. The TTS effect can be disabled in the settings. It uses the pyttsx3 module to generate speech.

[05072024] Typewritter Effect Config

User will be able to enable/disable the typewritter effect.