Metadata-Version: 2.1
Name: pyneorain
Version: 2.0.8
Summary: Simple Matrix Rain Terminal Screen-Saver
Home-page: https://github.com/ankit-g/py-matrix
Author: Ankit Gupta
Author-email: ankitgupta.work@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Matrix Terminal Screen-Saver 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](output.gif)


