A flexible command-line utility written in Python for sorting and analyzing different types of input data: numbers (longs), words, or lines. It supports sorting by natural order or by frequency count, ...
A Python reimplementation of the classic pixel sorting glitch art effect. Based on the Unity compute-shader project Pixel-Sorting, but implemented in plain Python with OpenCV, NumPy, and ...