Pencil Sketch studio banner

Pencil Sketch studio

4 devlogs
1h 13m 51s

Give any image and get it converted to a drawn sketch. This program is a simple desktop app that turns your photos into high-quality pencil sketches using Python.

Demo Repository

Loading README...

coolcream

Shipped this project!

Hours: 1.23
Cookies: 🍪 11
Multiplier: 8.88 cookies/hr

I built an app that returns pencil sketches of the uploaded images!

coolcream

So i just worked a bit more. Th app is now bug free and it looks cool. I did not expect the app to be so easy. I added a button to manually download the file and also choose where to save it

Attachment
0
coolcream

So i just improvised the logic and added some small tweaks here and there to give a nice look to the sketch. It was surprisingly easy I just had to add some constants with grey and some stuff to get it. Here’s the final output

0
coolcream

Created some basic code with research and tested it out. It seems wayy simpler than i though it would be because i found some code already which i could use with minimal changes

Attachment
0
coolcream

I just added some basic imports and found out that i could use a new package called customtkinter for the modern ui. I added it and designed some elements

Attachment
0