├── .gitignore ├── README.md ├── gptfile.py ├── img └── flowchart.png ├── poetry.lock ├── pyproject.toml └── testfiles ├── SQUARE MINT.JPG ├── SQUARE RASPBERRY.JPG ├── SQUARE-IVORY.JPG ├── SQUARE-LIME.JPG ├── SQUARE-SAPPHIRE.JPG ├── SQUARE-TEAL.JPG ├── SQUARE_BLACK.JPG ├── SQUARE_BLUE.JPG ├── SQUARE_BROWN.JPG ├── SQUARE_PURPLE.JPG ├── SQUARE—BLACK.JPG ├── SQUARE—EMERALD.JPG ├── SQUARE—LAVENDER.JPG ├── Square Peach.Jpg ├── Square Teal.Jpg ├── Square brown.jpg ├── Square rose.jpg ├── Square-Gold.Jpg ├── Square-Olive.Jpg ├── Square-Raspberry.Jpg ├── Square-pink.jpg ├── Square-salmon.jpg ├── Square_Cyan.Jpg ├── Square_Ivory.Jpg ├── Square_Pearl.Jpg ├── Square_Silver.Jpg ├── Square_bronze.jpg ├── Square_grey.jpg ├── Square_maroon.jpg ├── Square_salmon.jpg ├── Square_topaz.jpg ├── Square—Bronze.Jpg ├── Square—Crimson.Jpg ├── Square—copper.jpg ├── square bronze.jpg ├── square-brown.jpg ├── square-white.jpg ├── square_crimson.jpg ├── square_lime.jpg ├── square_red.jpg ├── square—pink.jpg ├── square—purple.jpg ├── square—rose.jpg └── square—topaz.jpg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/README.md -------------------------------------------------------------------------------- /gptfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/gptfile.py -------------------------------------------------------------------------------- /img/flowchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/img/flowchart.png -------------------------------------------------------------------------------- /poetry.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/poetry.lock -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/pyproject.toml -------------------------------------------------------------------------------- /testfiles/SQUARE MINT.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE MINT.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE RASPBERRY.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE RASPBERRY.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE-IVORY.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE-IVORY.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE-LIME.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE-LIME.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE-SAPPHIRE.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE-SAPPHIRE.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE-TEAL.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE-TEAL.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE_BLACK.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE_BLACK.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE_BLUE.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE_BLUE.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE_BROWN.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE_BROWN.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE_PURPLE.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE_PURPLE.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE—BLACK.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE—BLACK.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE—EMERALD.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE—EMERALD.JPG -------------------------------------------------------------------------------- /testfiles/SQUARE—LAVENDER.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/SQUARE—LAVENDER.JPG -------------------------------------------------------------------------------- /testfiles/Square Peach.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square Peach.Jpg -------------------------------------------------------------------------------- /testfiles/Square Teal.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square Teal.Jpg -------------------------------------------------------------------------------- /testfiles/Square brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square brown.jpg -------------------------------------------------------------------------------- /testfiles/Square rose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square rose.jpg -------------------------------------------------------------------------------- /testfiles/Square-Gold.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square-Gold.Jpg -------------------------------------------------------------------------------- /testfiles/Square-Olive.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square-Olive.Jpg -------------------------------------------------------------------------------- /testfiles/Square-Raspberry.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square-Raspberry.Jpg -------------------------------------------------------------------------------- /testfiles/Square-pink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square-pink.jpg -------------------------------------------------------------------------------- /testfiles/Square-salmon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square-salmon.jpg -------------------------------------------------------------------------------- /testfiles/Square_Cyan.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_Cyan.Jpg -------------------------------------------------------------------------------- /testfiles/Square_Ivory.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_Ivory.Jpg -------------------------------------------------------------------------------- /testfiles/Square_Pearl.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_Pearl.Jpg -------------------------------------------------------------------------------- /testfiles/Square_Silver.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_Silver.Jpg -------------------------------------------------------------------------------- /testfiles/Square_bronze.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_bronze.jpg -------------------------------------------------------------------------------- /testfiles/Square_grey.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_grey.jpg -------------------------------------------------------------------------------- /testfiles/Square_maroon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_maroon.jpg -------------------------------------------------------------------------------- /testfiles/Square_salmon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_salmon.jpg -------------------------------------------------------------------------------- /testfiles/Square_topaz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square_topaz.jpg -------------------------------------------------------------------------------- /testfiles/Square—Bronze.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square—Bronze.Jpg -------------------------------------------------------------------------------- /testfiles/Square—Crimson.Jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square—Crimson.Jpg -------------------------------------------------------------------------------- /testfiles/Square—copper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/Square—copper.jpg -------------------------------------------------------------------------------- /testfiles/square bronze.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square bronze.jpg -------------------------------------------------------------------------------- /testfiles/square-brown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square-brown.jpg -------------------------------------------------------------------------------- /testfiles/square-white.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square-white.jpg -------------------------------------------------------------------------------- /testfiles/square_crimson.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square_crimson.jpg -------------------------------------------------------------------------------- /testfiles/square_lime.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square_lime.jpg -------------------------------------------------------------------------------- /testfiles/square_red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square_red.jpg -------------------------------------------------------------------------------- /testfiles/square—pink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square—pink.jpg -------------------------------------------------------------------------------- /testfiles/square—purple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square—purple.jpg -------------------------------------------------------------------------------- /testfiles/square—rose.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square—rose.jpg -------------------------------------------------------------------------------- /testfiles/square—topaz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaronn/gptfile/HEAD/testfiles/square—topaz.jpg --------------------------------------------------------------------------------