Script for the Viewer.
The link to the Numworks project: https://my.numworks.com/python/archange/viewer The link to the Github project: https://github.com/Archange-py/Viewer
picture_cursor = [[1,1,2,2,0,0,0,0,0,0,0,0,4,4,3,3],[1,2,2,2,0,0,0,0,0,0,0,0,4,4,4,3],[2,2,0,0,0,0,0,0,0,0,0,0,0,0,4,4],[2,2,0,0,0,0,0,0,0,0,0,0,0,0,4,4],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],[4,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2],[4,4,0,0,0,0,0,0,0,0,0,0,0,0,2,2],[3,4,4,4,0,0,0,0,0,0,0,0,2,2,2,1],[3,3,4,4,0,0,0,0,0,0,0,0,2,2,1,1]] colors_cursor = {0:(255,255,255),1:(0,0,0),2:(75,75,75),3:(200,0,0),4:(255,0,0)} picture_bloc = [[5,1,3,1,1,3,1,5,1,3,1,1,2,4,1,2],[1,2,1,1,1,4,1,1,1,2,2,1,1,3,1,1],[3,1,1,1,2,1,5,1,4,1,3,1,1,1,5,1],[1,1,4,1,3,2,1,1,2,1,1,1,2,1,3,1],[5,1,1,1,1,5,1,3,1,1,5,1,4,1,1,4],[1,3,2,1,7,1,4,1,2,3,1,1,1,1,3,3],[8,1,1,7,0,1,0,7,1,1,7,4,2,1,0,2],[0,0,4,0,0,8,0,0,0,0,6,3,0,0,7,6],[0,6,8,0,0,0,7,0,6,8,0,0,7,6,0,0],[0,0,0,7,0,0,0,0,0,0,7,6,0,0,0,7],[0,0,0,8,0,0,6,8,7,0,0,0,8,0,6,8],[7,0,6,0,0,7,0,0,0,6,0,0,0,7,0,0],[0,0,0,0,6,0,0,0,8,7,0,0,6,0,0,0],[0,0,8,0,0,0,0,0,7,0,0,7,0,0,6,0],[6,0,7,0,0,8,0,0,0,0,0,8,6,0,7,8],[8,6,0,0,0,6,7,0,0,6,7,0,0,0,8,6]] colors_bloc = {0:(80,20,20),1:(0,200,0),2:(0,220,0),3:(0,180,0),4:(0,160,0),5:(0,140,0),6:(90,20,20),7:(75,20,20),8:(65,20,20)}