I also want to use Dropbox for file transfers. I have written a short program to do so, but it would be better to be integrated into Pythonista.
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.

Latest posts made by jedamus
-
RE: Reading and editing dropbox files?
-
RE: TextExpander in Pythonista
So, I tried. But TextExpander 5.x.x seems to have a problem with fill-in snippets, where the UI should come up, so the text generated is incomplete.
Is there a way to include TextExpander to Pythonista like in Editorial?
-
Pythonista and locale module
Is there a way to include german language to supported languages , so I can say
import locale
locale.setlocale(locale.LC_ALL, 'de_DE')Thanks in advance
-
TextExpander in Pythonista
Is there a way to use TextExpander in Pythonista on iOS?