ankit-g / py-matrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix Terminal Screensaver Async Version

  • This is just a humble 100-line Python module, not the full-blown Cmatrix implementation.

do profiling like

  • kernprof -l pyneorain.py (line profiling)
  • python -m line_profiler pyneorain.py.lprof
  • mprof run pyneorain.py (Memory Profiling)
  • mprof plot

publish to pypi

  • python setup.py sdist
  • twine upload dist/*

Demo GIF

About


Languages

Language:Python 98.3%Language:Makefile 1.7%