PiGood is a simple Python program that generates digits of Pi endlessly, allowing users to view the digits of Pi one by one on their console. It's designed to run indefinitely until you manually stop it, making it a fun tool for exploring Pi's infinite nature.
Note: PiGood uses the actual Pi digits and does not generate Pi digits
- Generates Pi digits endlessly.
- Displays Pi digits in blocks of 100 digits each time the user presses Enter.
- Calculates Pi with arbitrary precision using Python's
mpmathlibrary.
- Python 3.x
- mpmath library for arbitrary-precision arithmetic.
Download Good.py
then install mpmath
pip install mpmaththen run
python Good.py