Some python easy-to-use tools/scripts to automate tasks.
The first automated script is of email automation using csv. It helps you send personalised emails. Just create a CSV file of contacts and message in HTML or text form. Follow the instructions written in the code.
This script helps to convert an HTML file to PDF format with just 2 lines of code. Install pdfkit library using pip.
pip install pdfkit
Then download "wkhtmltopdf"
- Linux
sudo apt-get install wkhtmltopdf
- Windows
Download from here.