I’m excited!
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.

Bumbo Cactoni
@Bumbo Cactoni
Actually a lot better at programming now!
Best posts made by Bumbo Cactoni
-
RE: Text display help
@stephen
Ok, thanks! Also, yes, I was aiming for a text editor! If you figure out the custom file picker, let me know! I think that would be awesome to have in a text editor!
Latest posts made by Bumbo Cactoni
-
Scene help
So, I’m trying to use the
scene
module to make a rectangle that moves up and down with your finger. For example, like that 80s game pong. How would I do that? -
RE: OS testing
@JonB
I wasn't trying anything in particular. I guess I was just curious if it worked.
Thank you! -
RE: OS testing
I tried that, but it doesn’t list os.system() commands. I should have specified that’s what I was asking. Do you know any commands I can use in os.system()?
-
OS testing
So, I have a question that actually might not be possible. I just recently remembered that the os package was a thing, so I’m trying to make it work. However, I have no clue what commands it would use on IOS. I know how to use it on the pc, but no such luck here. Please help? So far, I’ve tried things like, “nano hello.txt”, “python3 otherfilename.py”, and a couple others. Obviously, iOS doesn’t use Linux commands...
-
Button thing?
How would I create a button on-screen that changes color when you tap it? Like, a square that starts white with a black border then changes to a square that’s black with a white border?
-
RE: Input buttons
@mikael
Thank you!@mcriley821
I meant like @mikael answered. Like the Pythonista console.