I tried to run it in the command line and got an error message:
C:\Users\Philipp\Desktop\minesimulator>python minesimulator.py Traceback (most recent call last): File "minesimulator.py", line 62, in <module> from tkinter import Tk ModuleNotFoundError: No module named 'tkinter'