This Is An Amazing Python Project

Manpreet Singh
2 min readJul 9, 2023

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…

--

--