- Create a web based application that takes a .docx with employees information, splits the doc and sends an email to each employee with their data. In order for program to work you need to install several packages. Type these commands into terminal
pip install Flask
pip install flask-mail
pip install python-docx
to run the app use
python app.py