Home

Awesome

Matrix-Rain-An-Image

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

Examples

<center> <img src="example.gif"> <img src="example.png"> </center>

Features

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 :)