https://github.com/styts/productivity-challenge
Export statistics from the Productivity Challenge Timer android app
https://github.com/styts/productivity-challenge
Last synced: about 1 month ago
JSON representation
Export statistics from the Productivity Challenge Timer android app
- Host: GitHub
- URL: https://github.com/styts/productivity-challenge
- Owner: styts
- Created: 2016-07-02T10:54:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T11:18:49.000Z (almost 10 years ago)
- Last Synced: 2025-01-28T01:26:59.893Z (over 1 year ago)
- Language: Python
- Size: 378 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Productivity Challenge Helper
The android app is available [here](https://play.google.com/store/apps/details?id=com.wlxd.pomochallenge&hl=en).

Use the *backup* feature of the app to create a backup file (`*.pctb`) and copy
it from the sdcard to `backup.json` in directory of the app.
Running `python main.py` should will read `backup.json` and create
`output.xlsx` with daily work statistics per project.
You may need to `pip install xlsxwriter` to install the Excel file writing library.
The program uses `python3`.
It's just a very basic sketch for my use case so far, you may need to adapt a
few things yourself. If you can't figure it out, let me know - I'll try to help.