I wrote a small program in Python to help me in my work ( calculating volumes of different geometrical shapes ). It works fine when I run it in the coding software . I need to use it as an Application in any PC . How can I turn it to be useable by any one ?
Thank you for your help in advance .
1 Like
If you mean on Windows PC, then it sounds like py2exe ought to work, and is recommended, but I haven’t tried it myself.
3 Likes
Thank you your answer helped me a lot !
1 Like