You need to have Python>=3.9 installed.
git clone https://github.com/Simatwa/qrcode-maker.git
cd qrcode-maker
pip install -r requirements.txt
Fire up the server:
python -m flask run -p 8000
The v1 endpoint will be available at http://localhost:8000/v1
data- The text : ()fit- Ensures data fit more efficiently -Booleandata type : trueversion- QR code version - number of modules/dots. : (1)box_size- Size of each box : (10)border- Number of modules/dots around QR Code. : (5)fill_color- Self explanatory : (black)back_color- background color : (white)
Have some fun with the api available here
Kick off with this https://qrcode.pythonanywhere.com/v1?data=hello%20world&back_color=yellow&box_size=15&fill_color=blue
