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.
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.
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
Log in to leave a comment
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
Log in to leave a comment
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
Log in to leave a comment
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
Log in to leave a comment