The Lo Shu Grid Generator is a Java application built using Core Java and Java Swing. It simplifies the process of generating a "Lo Shu Grid" based on a person's name and date of birth. This grid is a 3x3 matrix
containing a unique sequence of digits from 1 to 9, which can be used by numerologists and enthusiasts to make predictions and gain insights into an individual's life.
- Launch the application to open an intuitive graphical user interface (GUI).
- Enter the person's name and date of birth into the provided input fields.
- Click the
Calculate
button. - The program generates a 3x3 grid with a distinct sequence of numbers based on the input.
- Numerologists and individuals interested in numerology can analyze this grid to make predictions and interpretations quickly, saving time on manual calculations.
- Use the
Reset
button to clear the input fields and start a new prediction.
- User-friendly Java Swing GUI for effortless input and output.
- Generates a Lo Shu Grid with a unique number sequence for each input.
- A valuable tool for numerologists, astrologers, and anyone intrigued by numerology.
- Clone this repository to your local machine:
git clone https://github.com/nishitxmehta/LoShuGridGenerator.git
- Open the project in your preferred Java IDE (e.g., VS Code, Eclipse, IntelliJ IDEA).
- Run the
LoShuGridGenerator.java
file to launch the application.
- Core Java
- Java Swing (for the GUI)
This project is licensed under the MIT License - see the LICENSE file for details.