https://github.com/ldab/blynk-to-pdf
unzip .csv files, plot and save it to .pdf
https://github.com/ldab/blynk-to-pdf
Last synced: 8 months ago
JSON representation
unzip .csv files, plot and save it to .pdf
- Host: GitHub
- URL: https://github.com/ldab/blynk-to-pdf
- Owner: ldab
- Created: 2018-09-11T15:46:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T23:20:44.000Z (over 7 years ago)
- Last Synced: 2025-10-08T03:55:10.611Z (8 months ago)
- Language: Python
- Size: 35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Convert Blynk reports into .PDF reports.
## Using Flask, Python and Heroku.
Created this app in order to converted .zip files generated from Reports widget from Blynk app to a graph on .pdf
TODO, Known issues:
- [ ] Make it looks nicer;
- [ ] Some of my devices export the .csv file as UTF-8 and UTF-16 causing confusion
- [X] Working with "Device" and "DataStream" Reports option
- [ ] When using "Device" report to include data name to the Y label or to the legend
- [X] Delete files after downloading it