Skip to content

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.

Notifications You must be signed in to change notification settings

whitehatboy005/Pencil-Draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages