Tutorial on how to connect the TM1637 7-segment display to read CPU temps of a Raspberry Pi (tested on a Pi 4)
Important
Run this to download the library for the TM1637 display
pip3 install raspberrypi-tm1637This is a python script that reads the CPU temperature from a Raspberry Pi and displays it on a TM1637 7-segment display.

