5 Amazing Python Automation Scripts
- We need some ready-made scripts to help us solve our daily life challenges when creating projects. This post contains 5 Python Automation Scripts that will fix these issues.
- Photo Compressor
- Image Watermarker
- Plagiarism Checker
- File Encrypt and Decrypt
- Making URLs short
Photo Compressor
- This simple script will watermark any image. Text, location, and Font may all be customized.
Plagiarism Checker
- This script compares two files for plagiarism.
File Encrypt and Decrypt
- A small script for encrypting and decrypting any file.
Final Thoughts
- I hope you found this article useful and learned something new. Please share this article with the rest of the Pythonians.
Happy Coding...