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,.
- Host: GitHub
- URL: https://github.com/sush-sp777/habit-tracker
- Owner: sush-sp777
- Created: 2025-02-03T11:34:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T11:38:02.000Z (over 1 year ago)
- Last Synced: 2025-02-10T22:53:18.074Z (over 1 year ago)
- Topics: oop, pixela, python
- Language: Python
- Homepage: https://pixe.la/v1/users/spsushant/graphs/graph1.html
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.