Code With Alex · @code_with_alex

Posted 1 week ago
31.22K followers
10.7K views
374 likes
8 comments
36 shares

Improved Matrix Rain Effect in Python Terminal #python #coding #programming  You might have seen my video where I built a matrix rain effect in Python using the curses library. It looked pretty cool, but there was a bug. The letters were stacking up at the bottom and eventually the whole screen just filled up with characters. So in this video we are going to fix this bug by adding a simple function and changing the way how we add the lattice to the terminal. And at the end we get a nice looking amazing ray effect in our terminal using the curses library. Amazing, huh? Let me know what you think about!