Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jfcaron3
jfcaron3 / KPDR900_GUI.py
Created July 20, 2017 23:07
KPDR900 Code
from PyQt5.QtCore import (Qt, QTime)
from PyQt5.QtWidgets import (QGridLayout, QHBoxLayout, QLabel, QLineEdit,
QMessageBox, QPushButton, QTextEdit, QVBoxLayout, QWidget, QGroupBox,
QTimeEdit, QComboBox, QSpinBox, QCheckBox, QApplication)
import os
import datetime
import io
import functools
import serial
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.