Skip to content

Commit bd85434

Browse files
Update README.md
1 parent efd2821 commit bd85434

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# GUI SerialPort Data logger Software using Python and ttkbootstrap(tkinter) framework
22

3-
- An easy to use Python based data logging software using tkinter/ttkbootstrap for GUI.Code Opens a Serial port and logs data coming from an Arduino data acquisition system into Comma Seperated Values (CSV) text file.
3+
- An easy to use Python based data logging software using tkinter/ttkbootstrap for GUI.
4+
- Code Opens a Serial port and logs data coming from an Arduino data acquisition system into **Comma Seperated Values (CSV) text file**.
45
- Filename is created using current date and time
6+
- uses simple threading to improve the responsiveness of the GUI,GUI does not freeze when acquiring data
7+
8+
- ![GUI SerialPort Data logger Software using Python and ttkbootstrap(tkinter) framework](https://www.xanthium.in/sites/default/files/inline-images/python-tkinter-csv-data-logger.jpg)
9+
10+

0 commit comments

Comments
 (0)