Skip to content

pTinosq/pixelsparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelsparser

Upload Python Package Python package PyPI - License GitHub issues GitHub last commit

A Python library that allows users to import their Pixels JSON data and use it in their python scripts.

Installation

Install the library using pip:

pip install pixelsparser

Usage

import pixelsparser

pixels = pixelsparser.load("location/to/data.json")

# Access the mood of the first pixel
print(pixels[0].mood)

# Access the notes of the second pixel
print(pixels[1].notes)

Credits

This library was created to parse data from the Pixels app by Teo Vogel, available on the Google Play Store and on the App Store