As someone only two months into their python journey this is very inspiring. Thanks!
@Prubotics Жыл бұрын
Coolest video I have ever seen on Python.
@iGavid_Doggins Жыл бұрын
Another WOW moment for me...
@angtranhai64572 жыл бұрын
Cool 😮
@dalienNation2 жыл бұрын
Awesome! Subscribed!
@yoleamos70752 жыл бұрын
Great
@ezrachua1317 Жыл бұрын
you are so cool
@olgach39892 жыл бұрын
👍👍👍
@AlanRiosoff2 жыл бұрын
Fantástico!!
@Godsfavouritechild_555Ай бұрын
Can we convert a picture into that effect instead of a video?
@killers19 Жыл бұрын
Any reason I cannot set the font_size in the Matrix class? I can go as low as 23 before I get the following error: prerendered_char = {(char, color): self.font.render(char, True, color) for color in char_colors} pygame.error: Couldn't find glyph
@dineshvyas2 жыл бұрын
How to save output matrix vision to a video file? Like manim.
@frecio2312 жыл бұрын
I'd like to know if is possible to register the video output as a Webcam :)
@mickydollimore2242 Жыл бұрын
When i run this in pycharm. The Katakana is replaced with only 0's, though it's the exact same code. Any advice?
@CoderSpaceChannel Жыл бұрын
you don't have the required font in your system, download 'ms mincho.ttf', place it in your project folder and use it like: self.font = pg.font.Font('font/ms mincho.ttf', font_size, bold=True)