An open API service indexing awesome lists of open source software.

https://github.com/berru-g/preset-vb

Automation tool. Allows you to open several queries at the same time. And, mental health assistant created during confinement
https://github.com/berru-g/preset-vb

assistant assistant-computer-control assistant-personnel automation mental-health vbscript

Last synced: 4 months ago
JSON representation

Automation tool. Allows you to open several queries at the same time. And, mental health assistant created during confinement

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/61543927/175936854-e52f52b7-db64-4ef4-a960-a3c83ab37273.png)

## HumeurV2 is a mental health assistant created during confinement:

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

# Logic
```mermaid
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;
```