Skip to content

chuck1z/scripts-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts-collection

This repository contains a collection of Python scripts for various tasks.

Included Scripts

  • 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.

Contributing

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:

  1. Fork the repository.
  2. Create a new branch for your script.
  3. Add your script and its README file.
  4. Submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages