Python Program: Email Program

By carriekaler May2,2024

I was showing my wife how I learned how to send emails in Python.

She wanted to know why it wall just code and manually done in gibberish.

She asked if it could look like a regular email program.

I had learned some basic things about creating GUI in previous 3 days of the udemy 100 days of code class I am taking.

So I took it as a challenge. I was so happy to write the program completely from scratch and all from memory! Well… I had to look up one thing that I had forgotten. tkinter Text for large text box input. I had thought it was Entry.

  1. Choose ‘Open in Replit’
  2. Select ‘Run’ to use the program
  3. Maximize Output Window to see/use program.

Related Post

Leave a Reply

Your email address will not be published. Required fields are marked *