mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 20:21:35 +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
|
||||
*.xls
|
||||
*.txt
|
||||
*.pyc
|
||||
*.log
|
||||
*.zip
|
||||
|
||||
11
README.md
11
README.md
@@ -1,17 +1,6 @@
|
||||
## 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.
|
||||
|
||||
## Dependencies (pip3)
|
||||
|
||||
tkinter
|
||||
language
|
||||
matplotlib
|
||||
codecs
|
||||
dbfread
|
||||
PIL
|
||||
PyQt5
|
||||
fbs
|
||||
|
||||
## Supported Formats
|
||||
|
||||
- .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