This is a CircuitPython port of the MicroPython TM1637 library from https://github.com/mcauser/micropython-tm1637.
Copy the file files/lib/TM1637.py to your lib-folder.
There is a simple example in files/main.py. The original MicroPython-repository has a number
of examples, links to documentation and some background info in the Readme.