This package uses uv to manage virtual environments.
After uv is installed, you can create a virtual environment by running the following command:
uv venv
source .venv/bin/activate
uv sync
Just run the main.py file with python3
python main.py --promout <PATH>
Or add --help to see detailed parameters
python main.py --help
config.yaml provides an example configuration file. You can change the parameters in the file to generate different time-series data.
For detailed information on the Python scripts used in this project, including their purpose, functionality, and how they interact with each other, please refer to the PYTHON_SCRIPTS.md document.