I have written a "random movie suggester" code that will basically read the files of the directory where the .py file is stored and randomly pick one of them and print it out.
My problem is -
How to make .py file simple to run for non-technical person? (e.g. I tried .bat but i had to hard code the path of the file).
Other solutions ask to install IDEs and run it.