will8211 / unimatrix

Python script to simulate the display from "The Matrix" in terminal. Uses half-width katakana unicode characters by default, but can use custom character sets. Accepts keyboard controls while running. Based on CMatrix.
GNU General Public License v3.0
1.75k stars 161 forks source link

Solves https://github.com/will8211/unimatrix/issues/56 #58

Open fcolecumberri opened 6 months ago

fcolecumberri commented 6 months ago

Solves https://github.com/will8211/unimatrix/issues/56

On newer python there are some warnings about the way some strings are used.

will8211 commented 6 months ago

Thanks, I'll try to test it this weekend. I think the backslashes that were actual escapes will need to be removed if it's a raw string.