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

Add new features of randomly change char sets during running #26

Closed CesareMJLi closed 1 year ago

CesareMJLi commented 6 years ago

Hi :)

I have just received your email. And here I re-pulled this request and I hope this time I did it rightly.

Below are the contents of my last time pull request.

_I quite like this project and I made some own modifications on unimatrix.py

In the class of KeyHandler from line 529 to line 541. I set a new function, you could press '`' (the key on the left of number 1) to randomly change the original char set.

I test it on my mac. There's some difference on the terminal that the emoji does not shows well here. But as for the rest I think it's ok.

Merge it if you like this modification.

Anyway, this project is a great work. Good job and thank you for your sharing ;)_

will8211 commented 1 year ago

Hi! Thanks for your interest in the project. After having been inactive for some time, I'm taking up the project again. I'll have a look at this PR soon.