Basically a PI Trainer but for mad scientists
- Python 3.8 or above
pip install -r requirements.txt
py main.py
digits
| int or str : it represents the number of digits you want practice/learn
Numbers from0
to2
will always give you only3.14
since it is wrapped in one element and it starts counting the digits after the commascreen_counter
| boolean: shows the number of digits in the formatcounter/digits
Enter - Proceeds to the next digit
Tab - Exits the program