About 146,000 results
Open links in new tab
  1. python - How to import module in pydroid - Stack Overflow

    Oct 31, 2020 · I'm having problems in importing my created module in pydroid 3. The process seems very simple in desktop version of python 3 but I tried doing it in Mobile in pydroid 3 …

  2. android - trying to pip install numpy with pydroid, OSError: Cython ...

    Dec 13, 2022 · I suggest you go to play store and search for pydroid repository plugin. Download that and go to your pydroid app select pip then go to quick install and select numpy.

  3. Matplotlib with Pydroid 3 on Android: how to see graph?

    I'm currently using an Android device (of Samsung), Pydroid 3. I tried to see any graphs, but it doesn't works. When I run the code, it just shows me a black-blank screen temporarily and …

  4. How to make a python tkinter app work on android

    Jul 25, 2019 · to run a tkinter program (or any Python program) on Android, you should use the app Pydroid 3 (on the play store), which has a modified tkinter module for Android and much …

  5. android - Install Git in Pydroid 3 terminal - Stack Overflow

    I'm using Pydroid3 and would like to use Git in the Pydroid Terminal. In my Termux terminal I was able to install Git as described here: Python and Git on Android The git command is now only …

  6. TA-lib library not installing in pydroid 3? - Stack Overflow

    Nov 21, 2020 · TA-lib library not installing in pydroid 3? Asked 4 years, 11 months ago Modified 4 years, 10 months ago Viewed 4k times

  7. Newest 'pydroid' Questions - Stack Overflow

    I am writing python code on android using Pydroid app. Able to install pip packages, but imagemagick, which is requirement for image generation, as I understand, is a binary.

  8. Python app on Android: running through PyDroid is twice faster …

    Mar 16, 2022 · PyDroid simply has better infrastructure which allows for better performance. I believe this is why - everything is native to Android and in Python. When I was reading about …

  9. pydroid - Reading GPS data from android device with Python

    Jan 8, 2020 · I am trying to read data from an Android device with Python using Pydroid3. I first tried the following: import android, time droid = android.Android() droid.startLocating(0, 0) …

  10. How can I make an android application using Pydroid 3?

    Feb 3, 2021 · Good day, I'm a beginner and I made this program with my android phone using Pydroid 3. I wanted to ask how can I make it into an android application ? Thank you in …