document.getElementById("des").innerHTML = '

This code will allow you to click and scroll to paint pixels on the screen using the cursor. The pixels are represented by a 2D array and are drawn on the screen using Pygame''s draw.rect function. You can customize the screen dimensions, pixel size, and color values to suit your preferences.

'