Setup Step 1: # pip install flask # pip install pycups # pip install qrcode # pip install gunicorn Step 2: # cd this-folder # gunicorn q:app -D Step 3: http://localhost:5000