Nuacht

The Flask Image Generator is a REST API that generates solid color images with the specified width, height, color, and format parameters. It is built using the Flask web framework and the NumPy and ...
Run it using Python $ cd flask-color-app $ pip3 install -r requirements.txt $ export APP_COLOR=gold $ flask run ...