This Python application allows you to convert images into pencil sketches using the OpenCV library. It features a simple graphical user interface (GUI) built with Tkinter for selecting images and specifying output directories.
- Image Selection: Choose any supported image file (JPEG, PNG, BMP, TIFF) for conversion.
- Pencil Sketch Conversion: Converts the selected image into a pencil sketch using image processing techniques.
- Output Customization: Select an output directory to save the converted pencil sketch image.
- User-Friendly Interface: Easy-to-use GUI with file dialogs for seamless interaction.
git clone https://github.com/whitehatboy005/Pencil-Draw
cd Pencil-Draw
pip install -r requirements.txt
python draw.py