Skip to content

Small addition to an already brilliant code #3

@CptAwe

Description

@CptAwe

I wanted to try my luck in coding the raining code effect and after some googling I stumbled upon your code.

First thing that came to my head when I run your (brilliant!) code was to edit the matrix_code_rain.py file:

from screen import Screen
from argument_parsing import getArgs

from time import time

import os


def main():
    S = Screen(**getArgs())
    S.run()
    
if __name__ == "__main__":
    os.system("color 02") # <--- To complete the look!
    main()

I hope you like it too!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions