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
- Host: GitHub
- URL: https://github.com/eastonarcher/python-automation
- Owner: EastonArcher
- Created: 2024-01-03T23:04:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T18:23:30.000Z (over 1 year ago)
- Last Synced: 2025-04-07T23:05:44.048Z (9 months ago)
- Topics: automation, python-automation, python3
- Language: Python
- Homepage:
- Size: 257 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!