A simple Python tool that resizes and converts all images in a folder automatically.
Built using *Python, **Pillow, and *OS module.
- Resize all images in a folder
- Convert image formats (JPG β PNG, PNG β WEBP, etc.)
- Automatically creates output folder
- Skips invalid/non-image files safely
- Beginner-friendly and clean code