|
1 | 1 | # GUI SerialPort Data logger Software using Python and ttkbootstrap(tkinter) framework
|
2 | 2 |
|
3 | | -- An easy to use Python based data logging software using tkinter/ttkbootstrap for GUI. |
| 3 | +- An easy to use Python based data acquisition and logging software using tkinter/ttkbootstrap for GUI. |
4 | 4 | - Code Opens a Serial port and logs data coming from an Arduino data acquisition system into **Comma Seperated Values (CSV) text file**.
|
5 | 5 | - Filename is created using current date and time
|
6 | 6 | - uses simple threading to improve the responsiveness of the GUI,GUI does not freeze when acquiring data
|
|
0 commit comments