A tool for visualizing and GUI debugging program execution in Python
This is the second technical side project of the OpenSW Open Developer Contest and DDRX team.
The program is a program that visually exposes the execution process of the source code written by the developer and Furthermore, it is a program that allows source code modification with a mouse in a GUI-based area.
Activate the virtual environment using the following command:
.\venv\Scripts\Activate
If you are not using a virtual environment and can run the program with your system-wide Python installation, you may skip this step.
Ensure all required dependencies are installed by running:
pip install -r requirements.txt
Set the necessary environment variables:
$env:DEBUG = "true"
Verify that Python 3.13 is installed by running:
python --version
Make sure you are using Python 3.13 to avoid compatibility issues.
Navigate to the root directory and execute the following command to start the program:
python hab.py