Pixel sorting effects in a PyQt desktop app.
git clone https://github.com/mertefekurt/pixelmorph.git
cd pixelmorph
python -m pip install -r requirements.txt
python main.py- Designed as a focused developer tool repo.
- Keeps setup short.
- Prioritizes readable output over infrastructure.
animations.py project file
image_loader.py project file
image_processor.py project file
image_saver.py project file
main.py application entry