Skip to content

Some python easy-to-use tools/scripts to automate tasks.

Notifications You must be signed in to change notification settings

meghpatel/python_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

python_scripts

Some python easy-to-use tools/scripts to automate tasks.

Automated Email using CSV Contacts.

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.

HTML to PDF Conversion.

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"

  1. Linux
sudo apt-get install wkhtmltopdf
  1. Windows

Download from here.

Mail me on patel.megh09@gmail.com for any suggestions or queries.

About

Some python easy-to-use tools/scripts to automate tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages