I am trying to have someone without Python installed use a simple program.
Have compiled it using py2exe, it worked, but it requires too much additional files. Have tried PyInstaller, but getting some errors when generating the executable file.
Anyway, I was thinking that it would be better upload that program to somewhere in the web, so, anyone with the link could use it in a much easier and practical way.
Does anyone know how I could accomplish that ?