Skip to content

Files

Latest commit

6942f4c · Jan 26, 2024

History

History
41 lines (27 loc) · 1.58 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.58 KB

Python-Utility-Scripts

Description

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.

Playground Overview

Email Playground

Scripts for sending custom HTML emails using SMTP. Learn how to automate email sending with dynamic content.

Twitter Playground

Contains a Python script to interact with Twitter's API. Features include following back users, liking tweets, and retweeting.

PDF Playground

Demonstrates the manipulation of PDF files, including merging multiple PDFs, rotating pages, and adding watermarks.

Image Playground

Showcases image processing capabilities using PIL, such as applying filters, resizing, image conversion, and more.

How to Use

Each playground folder contains separate scripts. Navigate to the desired folder and follow the instructions in the script comments to run them.

Requirements

  • Python 3.x
  • External libraries (e.g., tweepy, PIL, PyPDF2, smtplib, etc.)

Installation

Clone the repository and install the necessary Python packages:

pip install -r requirements.txt

Contributing

Feel free to fork the repository, make changes, and create a pull request if you have improvements or new functionalities to add.

License

MIT License

Contact

Thanuja Cherukuri - [[email protected]]