An open API service indexing awesome lists of open source software.

https://github.com/sush-sp777/habit-tracker

This Habit Tracking Application uses the Pixela API to log and track running distances. It sends HTTP requests to create a user, generate a graph, and record daily progress. Users can input their running distance, which gets stored on the Pixela graph,.
https://github.com/sush-sp777/habit-tracker

oop pixela python

Last synced: about 1 year ago
JSON representation

This Habit Tracking Application uses the Pixela API to log and track running distances. It sends HTTP requests to create a user, generate a graph, and record daily progress. Users can input their running distance, which gets stored on the Pixela graph,.

Awesome Lists containing this project

README

          

# Habit Tracker

This project is a Python-based Habit Tracking Application that interacts with the Pixela API
to log and track daily running distances. It uses the requests module to send HTTP requests
for user creation, graph creation, data entry, and updates. The program prompts users to enter
the kilometers they ran and records the data on a Pixela graph. Additionally, it includes
functionality for modifying the logged data if needed. The application makes use of REST API
methods (POST, PUT) and ensures secure authentication using a user token.