The Workflow Generator is a tool designed to help automate and streamline workflows within your projects. It allows users to create, customize, and manage various workflows in a seamless manner. This project uses Python, Flask, and additional dependencies to ensure smooth functionality.
Ensure you have the following installed:
- Python (version 3.x recommended)
- pip (Python's package installer)
- Clone the repository:
git clone https://github.com/IsmailMabrouki/workflow-generator.git
cd workflow-generator- Create a virtual environment (optional but recommended):
python -m venv .venv
.venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt