I'm writing an app in Python 3.4 using tkinter. It is a timer but with two more functions.
- When time reaches zero app will shutdown computer (its for windows os generally)
- The timer can be stopped when user inputs correct password.
The main window is borderless with blocked Quit button when time is running. But I encountered new problem. Applications can be killed in task manager. So my question is: Is there some way to hide or block from killing process in task manager?