Metadata-Version: 2.4
Name: mewmatrix
Version: 2.0.2
Summary: A cmatrix alternative with multi-color mixing and rainbow mode
Home-page: https://github.com/zagadka298-design/mewmatrix
Author: zagadka298
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Terminals
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-python
Dynamic: summary

# 🐱 MeowMatrix

A lightweight cmatrix alternative in pure Python with multi-color mixing.

![Python](https://img.shields.io/badge/python-3.8+-blue)
![License](https://img.shields.io/badge/license-MIT-green)

## Features
- Multi-color mixing: meowmatrix red white blue
- Rainbow mode: all 7 colors
- Config file + 3 charsets
- Zero dependencies

## Install
git clone https://github.com/zagadka298-design/meowmatrix.git
cd meowmatrix
sudo cp meowmatrix.py /usr/local/bin/meowmatrix
sudo chmod +x /usr/local/bin/meowmatrix

## Usage
meowmatrix
meowmatrix red white
meowmatrix rainbow
meowmatrix --init

## License
MIT
