Help with a Python script

I need Help with a python script called rina-packager but because either its old or i messed something on my part up i cant open it
Every time i tried to open it it shown the python cmp for a split a second but doesn’t do much afterwards

Thanks in advance

Did you modify the variable as instructed on the page you linked to?

yep modify the script so that it point towards the file folder

My understanding of how this Python script should be executed is as follow:

python3
with open(''<PATH-TO-SCR>', 'r') as f:
    exec(f.read())

In other words, clicking on the Python script is not enough making the use of the Python interpreter a requirement.

Thanks you but im not entirely certain how to use this i don’t have that much experience in python

The code you want to use was last updated 8 years ago. I would like to find some a tad more up-to-date.
At the bottom of the page you linked above, there is a link to a forum I would ask help there.

Ok thanks you so much for your help