This Python script allows you to edit an image's RGB colors by clicking on a pixel and entering a new RGB color. You can also delete the pixel by resetting its color to black.

- Click on any pixel to see its current BGR (Blue, Green, Red) color.
- Enter a new BGR color to update the pixel's color.
- Reset the pixel's color to black to effectively delete it.
- Define a block size around the click to apply changes to a larger area.
- Python 3.x
- OpenCV
- NumPy
- Clone the repository:
git clone https://github.com/JabareeB/Python-Pixel-Editor.git cd Python-Pixel-Editor