This module allows the use of a shared mutex on Windows. By installing this package the pywin32 module is also installed.
The code has been tested with Python >=3.9.4
Install via PIP:
python -m pip install pywin-mutex
After the installation is completed you can open example.py in the examples folder 2 or more times and execute them to test if the Mutex works.