-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels