Search code examples
androidpythonpython-2.7qpython

how to make a windows python file executable in android


I have a python script which I wrote in windows OS and I am doing .exe file with py2exe and it is working fine in any windows PC ,but Now I want to run script or .exe in file in Android and widowsCE is it possible? And how can I convert script to work in Android or WindowsCE with out rewriting. Please give your answers with any example.


Solution

  • Is this what you want ?

    https://play.google.com/store/apps/details?id=com.hipipal.qpyplus

    Or you can search SL4A (Scripting Layer For Android) for more information.