vihar-s1 / Desktop-Assistant

A voice triggered desktop assistant in python written with sole purpose of exploring the limits of "AI" without machine learning
3 stars 3 forks source link

[FEAT]: Sending Emails #45

Open vihar-s1 opened 1 month ago

vihar-s1 commented 1 month ago

Feature Idea

Talk with assistant and send an email to someone hands-free. Just speak the email address, and subject and let the assistant handle the rest.

Solution Approach

Here is basic skeleton approach that I have in mind for this.

  1. A config file to configure the user account via email and password from environment variables
  2. User requests to send email via speech
  3. assistant asks for receiver email
  4. assistant asks for email subject
  5. assistant asks for email body
  6. assistant sends email

feel free to develop on this or propose your own alternative approach !

Additional Information

No response