This is a prime-searching project.
It uses the Proth's theroem to check primality.
# Install Anaconda on Linux
pip install tqdm gmpy2
git clone https://github.com/StevenJinyanCheng/prime-search.git
cd prime-search
python proth.py -h
See wiki page
The biggest prime found is 555*2^16609+1 with 5003 digits.