A simple tool that will display a popup window and keep alert you with sound until the popup is closed.
Python 3.7 - 3.9
python3 -m venv .venv.venv\Scripts\Activate.ps1
pip install -r requirements.txtsource .venv/bin/activate
pip install -r requirements.txt
# For newer Mac
brew install python-tk@3.9.venv\Scripts\Activate.ps1
python3 alertme.pysource .venv/bin/activate
python3 alertme.py## Follow the above instruction on activate venv
python3 alertme.py --disable-soundThe sound wav is from Mixkit.
The author wanted to come up with a simple script that can be used in other scripts to alert him, for example when a job or process is completed instead of keeping refreshing a UI or looking at terminal.