This directory contains Python scripts contributed to the Code_Script repository.
Path: Python/ImageResizerCompressor/
Description: Bulk image resizing and compression tool using Pillow and OpenCV
Features:
- Resize images by width, height, or percentage
- Compress images with quality control
- Support for multiple formats (JPG, PNG, BMP, WEBP, TIFF)
- Batch processing capabilities
- Two processing methods (Pillow and OpenCV)
Usage: See ImageResizerCompressor/README.md
Path: Python/qr_code_scanner/
Description: Simple script that scans and decodes QR codes from image files.
Features:
- Detects and decodes one or multiple QR codes in an image
- Displays decoded text or URL directly in the terminal
- Uses
opencv-python,pyzbar, andPillow - Beginner-friendly and easy to extend
Usage: See qr_code_scanner/README.md
Each script has its own directory with:
- Main script file(s)
- README.md with detailed instructions
- requirements.txt (if dependencies needed)
- Example usage files
Navigate to the script's directory and follow the README instructions.
Want to add a new Python script?
- Create a new directory under
Python/ - Add your script with clear comments
- Include a detailed README.md
- Add requirements.txt if needed
- Update this INDEX.md file
- Submit a Pull Request
See CONTRIBUTING.md for more details.
Last Updated: October 7, 2025