From aecb6c0890b36a1f68fc77feb262f553ce09073f Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Thu, 16 Feb 2023 13:26:50 +0100 Subject: [PATCH] updated the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3079c0..d8d41c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Scripts written with the help of ChatGPT +This repo contains some scripts made using the help of ChatGPT. The idea is that the basic structure of the script was generated by ChatGPT and then I made some minor modifications to the code he gave. + - [`pdfcompress`](./bin/pdfcompress) A utility that uses convert to render each page of a PDF to a JPEG image with adjustable quality and then merges them back into a single document.