lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.27k stars 662 forks source link

Documenting all available options for functions #276

Open Sparkling-Phoenix opened 2 years ago

Sparkling-Phoenix commented 2 years ago

The qrcode module is amazing but there's many options in it that are not properly documented and hence not known about. Can there be just a list for example, of all the parameters taken as input by the make_image() function? Different types of fields such as eye_draw are not documented in the ReadME either.

Or alternatively, if this is documented within the code somewhere, please point me in that direction.

Thanks.