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
- Host: GitHub
- URL: https://github.com/berru-g/preset-vb
- Owner: berru-g
- Created: 2022-06-27T11:59:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T09:42:27.000Z (over 3 years ago)
- Last Synced: 2025-07-18T04:31:22.690Z (11 months ago)
- Topics: assistant, assistant-computer-control, assistant-personnel, automation, mental-health, vbscript
- Language: VBScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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