• Stars
    star
    6
  • Rank 2,533,054 (Top 51 %)
  • Language
    Python
  • License
    Creative Commons ...
  • Created about 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This python project allows simulate a Matrix style screen. You could configure characters used or even the speed of the effects. #Where it works? It can work on following platforms 1. Termux 2. Any linux os 3. Windows 4. Many more ## How it works? You must download the project first ``` git clone https://github.com/t3chmyth/matrix.git ``` Once the project is downloaded. You cd into the project folder and execute this to install dependencies ``` pip install -r requirements.txt ``` if doesn't works try ``` pip3 install -r requirements.txt ``` And you execute it: ``` python matrix.py ``` And then you can choose the options according to you. Note- To stop the Matrix ``` Ctrl + c ```