An open API service indexing awesome lists of open source software.

https://github.com/eastonarcher/python-automation

⚡Repository of Python Automation Ideas; Includes PDF merger, Photo editor, and YouTube video downloader scripts
https://github.com/eastonarcher/python-automation

automation python-automation python3

Last synced: 8 months ago
JSON representation

⚡Repository of Python Automation Ideas; Includes PDF merger, Photo editor, and YouTube video downloader scripts

Awesome Lists containing this project

README

          

# Python Automation Ideas

## 🚀 Making life easier by automating everyday tasks

### ✉️ PDF Merger
* This Python script uses the PyPDF2 library to merge multiple PDF files together. By placing the script in the same directory as the target PDF files, it automatically identifies and combines all PDFs into a single file named ```combined.pdf```. This approach increases user efficiency and simplifies the process of merging multiple PDF documents.

### 📷 Photo Editor
* This Photo Editor Automation program, utilizes the Pillow library to apply a series of enhancements effects to a collection of images. The script is designed to process images located in the ```imgs``` folder, and the edited versions are saved in the ```editedImgs``` folder. The script streamlines the editing process, allowing users to easily apply a consistent set of modifications to a batch of images.

### 📹 Youtube Video Downloader
* This program is powered by the Pytube library in Python and simplifies the process of downloading YouTube videos. By providing the video link as a command-line argument, the script fetches details such as the title and views and then downloads the video in the highest resolution available for free!