Narvuk Logo NARVUK
Showing 1 to 2 of 2 results

Convert Images to WebP Format Using Python and Pillow

Published on 16 May 2025 14:00

Convert images to WebP format using Python and Pillow. This script batch-processes images, optimizes file size, and ensures compatibility by handling different color modes.

Minify CSS and JS Files in Python Using rcssmin and rjsmin

Published on 15 May 2025 04:20

Efficiently minify CSS and JavaScript files with Python. This script walks through source directories, compresses .css and .js, and copies others to a distribution folder.