Prithvi Vishak

Results 3 issues of Prithvi Vishak

`strconv.Atoi` returns an int, which isn't guaranteed to be 64-bit on all platforms. To prevent ints from overflowing on 32-bit platforms when setting int64 fields, strconv.ParseInt is used instead.

Some minor cleanup to make things look prettier. Sorry if it looks nitpicky :) This library was the only one that seemed to work with my TM1637 module. This is...

This PR cleans up the script with functions, and changes the shebang line to explicitly use Python 3.10.