Skip to content

IsmailMabrouki/workflow-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workflow Generator

Description

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.

Prerequisites

Ensure you have the following installed:

  • Python (version 3.x recommended)
  • pip (Python's package installer)

Setup

  1. Clone the repository:
   git clone https://github.com/IsmailMabrouki/workflow-generator.git
   cd workflow-generator
  1. Create a virtual environment (optional but recommended):
  python -m venv .venv
  .venv\Scripts\activate
  1. Install the required dependencies:
  pip install -r requirements.txt

About

Workflow Generator is a Python-based tool designed to automate and manage workflows efficiently. The system enables users to schedule and execute tasks like sending email notifications or setting task reminders. It leverages Flask for a RESTful API, Celery for task scheduling, and Redis as the message broker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors