This project represents abstract concepts and their relationships using a symbolic expression framework in Python. The project builds relationships between elements like energy, knowledge, understanding, and transformation, using operators to convey synergy, categorization, and growth, creating a "universal expression language."
- Symbolic Representation: Model complex relationships between abstract elements.
- Custom Operators: Use intuitive operators (e.g.,
+
,>
,:
) to represent relationships. - Executable File: Run the program as a standalone executable without requiring Python.
- Python 3.8+
- PyInstaller (for building the executable)
- Open a terminal in the project directory.
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
venv\Scripts\activate
pip install -r requirements.txt