This repository contains a collection of Python scripts for various tasks.
- csvtojson-batchuploadgcs:
- Converts a CSV file to a JSON file.
- Downloads images from URLs listed in the CSV.
- Uploads the downloaded images to Google Cloud Storage.
- See the README for more details and usage instructions.
- image-compressor:
- Compresses images to JPEG format with adjustable quality.
- See the README for requirements and usage instructions.
- pdf-to-image:
- Extracts pages from a PDF file and saves them as individual image files.
- See the README for requirements and usage instructions.
Feel free to contribute your own scripts to this collection. Please ensure that each script has:
- A clear purpose and functionality.
- A well-documented README file explaining usage and any prerequisites.
- Clean and commented code.
To contribute:
- Fork the repository.
- Create a new branch for your script.
- Add your script and its README file.
- Submit a pull request.
This repository is licensed under the MIT License. See the LICENSE file for details.