Welcome to the Python Template created via a cookiecutter recipe. The project template is designed for a development via a Double Loop approach (BDD-TDD) using pytest and several other pytest libs.
test.assert_equals(hex_string_to_RGB("#FF9933"), {'r':255, 'g':153, 'b':51}) test.assert_equals(hex_string_to_RGB("#beaded"), {'r':190, 'g':173, 'b':237}) test.assert ...
The present work titled QRGB consists of the development of a Python application for generating QR codes using the additive color generation method (RGB). This innovative method increases the ...