Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 523 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 523 Bytes

Pixels to Markdown

This python script will extract from the backup created by the pixels app (downloaded as a txt) and create a folder of markdowns

Markdown file

  • 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