This program is a graphical user interface, that display's values from your Fluke multimeter.
For using this program you need 2 dependencies installed on your computer:
- pyserial - used for communication with the multimeter
- pygame - used for the GUI
Please reffer to the documentation of those 2 libraries for installation.
Before launching, make sure that you have the right serial device selected. To change the device name, just eddit the fluke_device
at the top of the main.py file.
fluke_device = "/dev/ttyUSB0"
Before launching the program your multimeter must be turned on, otherwise the program will hang when it trys to read form the device.
A big thank you goes to @theKlinc for designing the GUI of this application.
There are 2 font's used, Google's Roboto and 7 segment display font from the user @keshikan: