I need to add a function to my python script that checks if the current script is already running. If it is then it will quit, if not it continues running the script. I’ve looked into methods of doing this but I cant figure out how to do it.
Share
I think you mean “cross-platform single instance of application written in python”. Try this workable solution: Python: single instance of program