Matrix-Rain-An-Image

July 28, 2021 ยท View on GitHub

This project implements the classic Matrix digital rain effect in python with pygame to build up an image provided with multiple mode selection

Examples

Features

  • Isolate a single color from an image to be drawn
  • Isolate lines from any image to then be drawn
  • Different drawing modes

Install & Usage

  1. Clone repo

    git clone "https://github.com/CodeAccelerando/Matrix-Rain-An-Image.git"
    
  2. Make sure to have requirements installed

    pip install requirements.txt
    
  3. Edit config

    cd Matrix-Rain-An-Image
    vim src/config.py
    
  4. Run program with input image

    python -m src/main.py images/garf.jpg
    

Credits

The foundations of this repo were built on the code provided by the MATRIX-Digital-Rain project so show some love there if you are to do so here :)