Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 781 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 781 Bytes

Preset-vb

Outil pour ouvrir des preset pré-déterminé. #Automation tool. Allows you to open several queries at the same time.

#1- Replace existing paths with your own.

#2- Add this code to your task scheduler.

#3- User and open your Software or web pages and be ready to work in 2 clicks.

preset

HumeurV2 is a mental health assistant created during confinement:

graph TD;
    if-anguish-->Assistant;
    Assistant-->Adapt;
    Adapt-->if-anguish;

Logic

graph TD;
    A-->B;
    A-->C;
    C-->D;
    C-->E;
    B-->K;
    B-->L;
    L-->M;
    K-->N;
    D-->K;
    D-->F;
    E-->F;
    F-->G;
    G-->I;
    F-->H;
    H-->J;