/CliChing

A Python command line I Ching divination program with italian translation

Primary LanguagePythonMIT LicenseMIT

Cli-Ching

A simple Python script to generate hexagrams using the I Ching method with italian translation.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/hexagram-generator.git
  1. Change to the project directory:
cd cliching
  1. Run the script:
python cliching.py

Usage

Make sure you have Python 3 installed on your system. Run the script by executing the following command:

./cliching.py

How It Works

The script simulates the traditional I Ching method of generating hexagrams by tossing coins. The resulting hexagram is then looked up in a JSON file (hexagrams.json) for interpretation.

License

MIT