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

This python scripts extracts all the entries from a pixels backup and converts them into markdown files

License

Notifications You must be signed in to change notification settings

dmbeta/pixels-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This python scripts extracts all the entries from a pixels backup and converts them into markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages