forked from suryanshsk/Python-Voice-Assistant-Suryanshsk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoods.json
26 lines (26 loc) · 732 Bytes
/
moods.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"mood": "happy",
"notes": "nothing. Grateful for: home. Completed positive habit"
},
{
"mood": "calm",
"notes": "no. Grateful for: education. Didn't completed the positive habit"
},
{
"mood": "calm",
"notes": "no. Grateful for: i learned something new. Completed positive habit"
},
{
"mood": "stresses",
"notes": "I've a exam today. Grateful for: for food. Completed positive habit"
},
{
"mood": "stressed",
"notes": "I've a exam today. Grateful for: for food . Completed positive habit"
},
{
"mood": "Happy",
"notes": "no. Grateful for: food. Didn't completed the positive habit"
}
]