Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 674 Bytes

fanpico-monitor

Application for monitoring FanPico units.

This is a simple desktop application for monitoring FanPico unit(s) written in Python so it works on Linux, MacOS and Windows.

screenshot (MacOC)

Windows version looks similar: Windows Version Screenshot

Installing Dependencies

Install required modules using pip:

# pip3 install customtkinter
# pip3 install pyserial
# pip3 install pillow

Acknowledgements