mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
eb7dadc394043fac0c36c7d3fd2258db0e415717
What is this?
This tool was developed to enable easy analysis of USB-Dataloggers that record humidity and/or temperature, supporting a variety of formats with a comfortable, minimalistic and easy to use, interface. The output is highly configurable, check the example-config file for details.
Supported Formats
- .xbf (XAML Binary Format)
- .xls (Microsoft Excel)
- .csv (Comma Separated Values) (UTF-8/ASCII/Latin-1)
- Format not supported? Send me a sample file!
Run on Windows
pythonw.exe ./src/main/python/main.py
Run on Linux
# note: if xcb fails to load on wayland try: apt install --reinstall libxcb-xinerama0
python ./src/main/python/main.py
Interface
Output
Languages
Python
100%

