Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 970 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 970 Bytes

TSE-Newsletter

GitHub last commit PRs Welcome

Project Description

This project consists of a newsletter template and generator for TSE's own biweekly newsletter. It uses HTML/CSS to create a flexible template that can be customized from newsletter to newsletter. A Python script programatically generates the HTML, abstracting away the hassle of directly editing an HTML file.

Setup

Dependencies:

Install the dependency inside the project directory.

pip install dominate

Running the Project

To generate the HTML and view it in browser.

python py/newsletter.py
open newsletter.html