Skip to content

CaitlinCP/easymail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easymail

Easymail is a simple, one-page Python app with a Tkinter UI that converts user-generated text input into HTML, and inserts it into an HTML template for fundraising-style emails. This was initially developed as a a project for a previous non-profit employer in 2019, and is now being developed as a personal project. Note that the current HTML template is rough, and can be updated by changing the hero_template.txt file in the templates folder.

To Run:

Ensure Python 3.11 is installed, and that the Tkinter package is included.

Do not alter names of template files or folders, or change their location.

Navigate to the Easymail folder and run python app.py

Using Easymail:

Users will add information needed to generate the email (image url, link url, etc) in a form above the text input. Then, users will paste text into the input box, and add formatting tags by highlighting text and selecting a tag from the toolbar above the input menu. Once they are finished adding the tags to the text body, they can click the HTML button to view the automatically generated HTML for the email. The generated HTML can be viewed by saving it to an html file and opening it in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages