- 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.
- 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 theeditedImgs
folder. The script streamlines the editing process, allowing users to easily apply a consistent set of modifications to a batch of images.
- 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!