whitehatboy005 / Pencil-Draw

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pencil Draw

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.

Features

  • 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.

Input file

pexels-pixabay-268533

Output file

pexels-pixabay-268533_sketch

Installation

Clone the Repository

git clone https://github.com/whitehatboy005/Pencil-Draw

Move the file

cd Pencil-Draw

Install Dependencies

pip install -r requirements.txt

Run the Program

python draw.py

About

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.


Languages

Language:Python 100.0%