A program that pings any webpage you are on and shows the result in the bottom right corner
Install pyinstaller. pip install pyinstaller, sudo apt install pyinstaller for linux or pip3 install pyinstaller for OSX
Then run pyinstaller program_name.py --noconsole --windowed In the dist folder, you'll find the app to run.