ProsperousHeart / HumanDesign

This repo will be to assist people in learning more about their Human Design chart. Get your free chart here: https://mybodygraph.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Human Design Repo

This repo will be to assist people in learning more about their Human Design chart. Get your free chart here: https://mybodygraph.com

Must Haves

  1. Ability for user to provide the following:

    • type (strategies/signatures are based on type)
    • definition (optional)
    • authority
    • profile
    • incarnation cross
    • red/black planetary activations + hex lines
      • do each side separately - but leverage the same class
      • only distinction is if red or black
    • channels (potentially could make this automatic based on what gates they have defined)
    • which centers are defined, undefined, and completely open
    • for each center, what gate numbers are activated
  2. For each piece provided, be able to return important information about the different parts

  3. Ability to save data to local machine or Google

Structure

Classes will be created per energy center & major section (e.g.: type, signature, authority, etc). Each one has its own unique needs, and each person's "chart" should be able to pull them together.

As a user provides data about their chart, instances of the respective classes will be created. When the data is read in from a local file or a Google sheet, they will be re-created for easy access.

XLSX Structure

This section will outline what will be exported (and thus imported) from our program.

Sheet 1: Type & Strategy

Tab Name: Type

Columns

  1. Type

    This column will provide the energy type:

    Manifestor, Generator (Or Manifesting Generator), Projector, Reflector

  2. Strategy

    This column is based on the energy type

  3. Signature

    What someone would feel if they are in alignment

  4. Not-Self

    What someone would feel like if not in alignment

  5. Pages

    Where in the book you can find more information on this.

Sheet 2: Centers

Tab Name: Centers

Columns

  1. Center

    This will provide 1 of 9 energy center names.

  2. Explanations

    This will be a list of explanations relating to the energy center.

  3. Pages

    Where in the book you can find more information on this.

  4. Definition

    Will determine if the center is defined (True) or not.

  5. Gates

    This will be the gates that are active or turned on - regardless of the definition of the center. It will be a string with gates delimited by ',' for easy import into a list.

Resources

Most of the material provided will be included in the code itself.

If you would like to purchase the "definitive" book that will be referenced in this code, you can purchase through Amazon via my affiliate link here.

About

This repo will be to assist people in learning more about their Human Design chart. Get your free chart here: https://mybodygraph.com

License:MIT License


Languages

Language:Python 100.0%