Skip to main content

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

Project description

pixelsparser

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pixelsparser-2.0.1.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

pixelsparser-2.0.1-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page