Metadata-Version: 2.4
Name: yin-yanger
Version: 0.1.0
Summary: Yin-Yang generator
Author-email: Ley <ley@unionium.org>, schnell <schnell@unionium.org>
License: MIT
Project-URL: Homepage, https://git.unionium.org/ley/yin-yanger
Project-URL: Repository, https://git.unionium.org/ley/yin-yanger.git
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Yin-Yanger
Yin-Yanger is a free and open-source project aimed at creating software for communicating with the universe. This project is being ported to multiple languages, and this example is in Python.

You can learn more about this project [here](https://git.unionium.org/ley/yin-yanger)

# Usage
```
usage: yin-yanger [-h] [--seed SEED] [--length LENGTH]

options:
  -h, --help            show this help message and exit
  --seed SEED, -s SEED  Custom seed value (WARNING: Using custom seed creates artificial patterns that do not reflect true universal harmony)
  --length LENGTH, -l LENGTH
                        Length of generated string (default: 1000)

examples:
  yin-yanger                    # Connect with universal harmony (recommended)
  yin-yanger --seed 777         # Forge harmony with custom seed (false pattern)
  yin-yanger -s 777 -l 500      # Generate 500 characters (artificial result)
```
