I have developed a python script that can automate installation taking the inputs from a configuration file(.ini). Now, if we are clicking the ".ini", the editors like notepad opens the .ini file. So, I want to install my python script as a software(like notepad) which can be set as default to open my configuration file(now it is .ini) so that it start executing. How can I do convert my python script as software like notepad?
I have tried using pyinstaller, py2exe but these stuffs provide a python shell packed to execute the script.