https://github.com/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.
https://github.com/whitehatboy005/pencil-draw
draw gui pencil-sketch python
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/whitehatboy005/pencil-draw
- Owner: whitehatboy005
- Created: 2024-06-19T12:33:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T13:15:49.000Z (8 months ago)
- Last Synced: 2025-03-30T19:23:15.290Z (7 months ago)
- Topics: draw, gui, pencil-sketch, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✏️ 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

## Output file
## ⚙️ Installation
## Clone the Repository
```bash
git clone https://github.com/whitehatboy005/Pencil-Draw
cd Pencil-Draw
```
## Install Dependencies
```bash
pip install -r requirements.txt
```
## Run the Program
```bash
python draw.py
```