Skip to main content

Python3 implementation of cmatrix with a timer

Project description

Matrix-py3

Python3 implementation of cmatrix to generate "character falls".

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

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

screenshot

Installation

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

Usage

Run independently

  • 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

Parallel with others

# NOT AVAILABLE YET

[TO DO]What's more, matrix-py3 can be regarded as a screensaver parallel with other time-consuming programs.

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.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

matrix_py3-0.0.3-py3-none-any.whl (5.2 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