Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frolov-andrey2405/digital_stream
This program simulates the "digital stream" visualization from the science fiction movie "The Matrix".
https://github.com/frolov-andrey2405/digital_stream
Last synced: about 20 hours ago
JSON representation
This program simulates the "digital stream" visualization from the science fiction movie "The Matrix".
- Host: GitHub
- URL: https://github.com/frolov-andrey2405/digital_stream
- Owner: Frolov-Andrey2405
- Created: 2023-08-27T19:29:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T19:33:41.000Z (about 1 year ago)
- Last Synced: 2023-08-27T20:45:32.437Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital_stream
This program simulates the "digital stream" visualization from the science fiction movie "The Matrix". Random chains of binary "rain" rise from the bottom of the screen, creating a beautiful visualization reminiscent of a scene from the hacker world. However, because the text moves downward along with screen scrolling, creating downward falling streams without using modules like "bext" is not possible.
## How to Experience
1. Run the program in a compatible environment.
2. Observe as the binary "rain" cascades from the bottom of the screen, creating an enchanting digital stream.
3. Embrace the ambiance of the hacker world as the visualization captivates your imagination.## Features
- Experience the iconic "digital stream" visualization from "The Matrix."
- Marvel at the allure of binary chains creating a dynamic and captivating scene.
- Immerse yourself in a captivating portrayal reminiscent of the hacker realm.## Instructions
1. Open a terminal or command prompt.
2. Navigate to the program's directory.
3. Run the program using `python digital_stream.py`.
4. Witness the mesmerizing "digital stream" visualization as it unfolds.## Sample Output
```
1 011 0 10 0 1 1 1 0 1 00 0 1 0 1 0 0 1 1 1 1
0 00 0 01 0 1 1 1 1 00 110 0 1 0 1 0 1 11 1 0
0 00 1 11 1 0 1 11 11 10 0 0 1 0 0 1 0 0 1 1 0
1 01 0 0 0 0 0 11 1 11 1 00 0 0 0 1 0 1 1
0 11 1 1 1 1 1 1 10 00 0 0 10 0 00 1 0 1 00 1
0 0 0 1 1 0 1 1 00 00 0 0 10 0 00 1 0 1 0 1 1 0 0
0 0 1 1 1 1 0 0 1 11 11 1 1 11 0 1 11 10 0 0 0 1 1 1
1 0 00 1 0 0 1 1 1 0 00 1 1 01 1 1 0 10 11 0 1 1 0 1 1
1 1 00 1 0 0 1 1 0 0 0 0 11 1 0 0 0 00 11 0 0 0 0 0 0
1 0 10 0 0 1 0 1 1 1 1 0 11 0 0 0 0 10 00 1 0 1 0 01 1 1
0 0 10 0 0 0 0 0 10 0 10 1 0 1 00 0 00 1 1 1 0111 1 1
0 0 11 1 1 0 1 11 1 00 0 1 1 00 0 00 1 1 0 0011 0 0
1 1 01 1 1 1 0 01 1 11 0 1 0 11 1 00 0 1 1011 0 1
1 0 0 1 1 0 1 1 1 1 0 1 0 11 1 00 1 0 1010 0 1
0 0 1 1 000 0 0 0 0 1 1 10 0 1 00 1 00 001 1 0```