This Is An Amazing Python Project

Manpreet Singh
2 min readJul 9

Welcome back! Python is an amazing programming language that’s used by many developers, so, let’s take a look at an amazing Python project that you should definitely check out! This project is called Depix, and it’s a project that actually de-pixelates screenshots! Here is a link to their GitHub profile if you want to learn more about it:

This project essentially intakes a sample pixelated screenshot, which then outputs an un-pixelated screenshot of that image, here is an example of this:

If you want to run this project on your own machine, you can start off by using the following pip command:

pip install git+https://github.com/beurtschipper/Depix

Once installed, you can run this project by using the depix command:

depix \
-p /path/to/your/input/image.png \
-s images/searchimages/debruinseq_notepad_Windows10_closeAndSpaced.png \
-o /path/to/your/output.png

You need to change out the paths above to the paths on your local machine, this specific example intakes a .png file, which will then output a .png file to our specified directory! Here is another example of this output from their GitHub page:

There you have it! Do you plan on checking this project out? I would love to hear your thoughts about this!

Thanks So Much!

Feel free to watch my videos on YouTube or connect via Twitter if you have any thoughts or questions:

Thanks so much for your support!