Pattern Builder is a tool that graphically constructs matrix.
Select the size of your matrix with the width and height select components.
- Width : Number of columns (max = 16).
- Height : Number of rows (max = 16).
You can add up to 16 colors to your pattern. Then select your color with the select component.
Click on the "Reset pattern" button in order to get back to the initial pattern.
You can export your pattern into an array. Pattern Builder currently supports :
- Text file (.txt)
- JSON file (.json)
- CSV file (.csv)
- Tabler file (.xlsx)
This application is built with Python programming language and QtDesigner software. Dependencies used are PyQt5 and XlsxWriter.