Files
gpt-engineer/benchmark/image_resizer/main_prompt
2023-06-17 12:06:50 +02:00

3 lines
155 B
Plaintext

Create a CLI tool in Python that allows users to resize images by specifying the desired width and height. Use the Pillow library for image manipulation.