Find it hard to keep projects pi in sync with the latest versions of pi? I've built a python module to take care of all of the Pi discoveries by @standupmaths
```
python3 -m pip install parkerpy
>>> from parkerpy import piday_2023
>>> import math
>>>
>>> math.pi
3.117
```