mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-07 04:31:34 +01:00
move requirements to own file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,7 +8,6 @@ __py*
|
|||||||
*.dbf
|
*.dbf
|
||||||
*.DBF
|
*.DBF
|
||||||
*.xls
|
*.xls
|
||||||
*.txt
|
|
||||||
*.pyc
|
*.pyc
|
||||||
*.log
|
*.log
|
||||||
*.zip
|
*.zip
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -1,17 +1,6 @@
|
|||||||
## What is this?
|
## 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.
|
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.
|
||||||
|
|
||||||
## Dependencies (pip3)
|
|
||||||
|
|
||||||
tkinter
|
|
||||||
language
|
|
||||||
matplotlib
|
|
||||||
codecs
|
|
||||||
dbfread
|
|
||||||
PIL
|
|
||||||
PyQt5
|
|
||||||
fbs
|
|
||||||
|
|
||||||
## Supported Formats
|
## Supported Formats
|
||||||
|
|
||||||
- .xbf (XAML Binary Format)
|
- .xbf (XAML Binary Format)
|
||||||
|
|||||||
8
requirements.txt
Normal file
8
requirements.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
requests
|
||||||
|
language
|
||||||
|
matplotlib
|
||||||
|
codecs
|
||||||
|
dbfread
|
||||||
|
PIL
|
||||||
|
PyQt5
|
||||||
|
fbs
|
||||||
Reference in New Issue
Block a user