AmirMK82 Member Licensed User Sep 30, 2020 #1 Hi, Thanks for B4x team & libraries developers I have two questions with NinjaPython library: -How Can I import python libraries in it? -How to give the inputs to it? for example: Python: x = input() Thanks in advance ? Last edited: Sep 30, 2020
Hi, Thanks for B4x team & libraries developers I have two questions with NinjaPython library: -How Can I import python libraries in it? -How to give the inputs to it? for example: Python: x = input() Thanks in advance ?
Erel B4X founder Staff member Licensed User Longtime User Sep 30, 2020 #2 AmirMK82 said: How Can I import python libraries in it? Click to expand... You can't. AmirMK82 said: How to give the inputs to it? for example: Click to expand... There is no terminal / command line / shell. Android apps are UI apps.
AmirMK82 said: How Can I import python libraries in it? Click to expand... You can't. AmirMK82 said: How to give the inputs to it? for example: Click to expand... There is no terminal / command line / shell. Android apps are UI apps.
AmirMK82 Member Licensed User Sep 30, 2020 #3 Thanks for your answer, But there are some anadroid Apps that allow you to compile python file that has input there is not any other way that do this ??? (even with java)
Thanks for your answer, But there are some anadroid Apps that allow you to compile python file that has input there is not any other way that do this ??? (even with java)