This repository is a collection of Python scripts showcasing practical applications in various fields like emailing, social media, file processing, and image manipulation. It is divided into four playgrounds: Email, Twitter, PDF, and Image, each containing scripts relevant to their respective domain.
Scripts for sending custom HTML emails using SMTP. Learn how to automate email sending with dynamic content.
Contains a Python script to interact with Twitter's API. Features include following back users, liking tweets, and retweeting.
Demonstrates the manipulation of PDF files, including merging multiple PDFs, rotating pages, and adding watermarks.
Showcases image processing capabilities using PIL, such as applying filters, resizing, image conversion, and more.
Each playground folder contains separate scripts. Navigate to the desired folder and follow the instructions in the script comments to run them.
- Python 3.x
- External libraries (e.g.,
tweepy
,PIL
,PyPDF2
,smtplib
, etc.)
Clone the repository and install the necessary Python packages:
Feel free to fork the repository, make changes, and create a pull request if you have improvements or new functionalities to add.
Thanuja Cherukuri - [[email protected]]