A Habit Tracker App that was made by using Pixela API and python and its packages that is easy to use and provides a pixel tracking graph. It also has the protoype file for the pixela api testing when I was learning about api puts and deletes.Please check the config.py file for token and username as the token and username are used by me for testing and graph making purposes. Try to make your own usernames and token non hardcoded as it may be beneficial or at the very least make your own and hardcode them for your own usages.
https://pixe.la/v1/users/sexar/graphs/graph1.html
Here're some of the project's best features:
- GUI
- All pixela features
1. Fork the Repo
git clone https://github.com/SezarTheGreat/Habit-Tracker-GUI-App.git
3. Download python requests model using pip.
pip install requests
2. Make your own username and Token
https://docs.pixe.la/entry/post-user
3. Change the username and token in config.py
4. Run the main.py file for testing
Technologies used in the project:
- Pixela API
- Python