Skip to main content

Python3 implementation of cmatrix with a timer

Project description

Matrix-py3

Python3 implementation of cmatrix to ganerate "character falls".

Matrix-py3 is adapted from pmatrix that is well recommended if you prefer Python2.

It is also noteworthy that a timer is added to matrix-py3 for a scheduled stop.

screenshot

Installation

  • with conda
conda install matrix-py3 -c conda-forge
  • with pip
pip install matrix-py3

Usage

  • run in command line:
matrix # run until `Ctrl + C`
matrix 3 # run for 3 seconds
  • run in python:
from matrix3 import matrix

matrix # run until `Ctrl + C`
matrix(3) # run for 3 seconds

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

matrix-py3-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

matrix_py3-0.0.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page