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.7k stars 158 forks source link

Simplify Key_handler to avoid repeated calls to ord() #14

Closed cclauss closed 6 years ago

will8211 commented 6 years ago

Looks good!