Skip to content

This repository, titled "Python-Utility-Scripts" encompasses a diverse range of Python scripts that demonstrate practical applications in various domains. These scripts serve as excellent examples for those looking to explore Python's capabilities in automating and handling real-world tasks.

Notifications You must be signed in to change notification settings

Thanu-Cherukuri/Python-Utility-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - [thanujacherukuri111@gmail.com]

About

This repository, titled "Python-Utility-Scripts" encompasses a diverse range of Python scripts that demonstrate practical applications in various domains. These scripts serve as excellent examples for those looking to explore Python's capabilities in automating and handling real-world tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published