#!/usr/bin/env python3 # Copyright (c) 2021 Seth Troisi # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, version 3. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ OUTDATED - USE tdulcet's newer version https://github.com/tdulcet/AutoPrimeNet/blob/main/gimps_status.py Read Prime95 backup files and display status on them An attempt to merge this into Prime95's c code was made but there was little interest and the code was verbose and difficult to maintain See * https://www.mersenneforum.org/showthread.php?p=540022#post540022 * https://github.com/sethtroisi/prime95/pull/1 """