This python script will extract from the backup created by the pixels app (downloaded as a txt) and create a folder of markdowns
- Name of the file and title is the date (month-day-year)
- Mood is converted from number to a word and put below title
- Note is below the title (same as file name)
- Emotions listed in alphabetized order.
Example extract file:
# 01-28-2019
## Mood: okay
---
Fun day. Went to zoo.
---
## Emotions:
- angry
- fun
- happy
- sadness
- stress