-
jackattack
Also in my original post I said save to file I actually meant folder, oops
-
jackattack
Hey thanks for the replies, I would share my code but it’s super basic, just gets the clipboard pil image and then saves it to a location using a path. So I would like to understand how to save it to different locations. Ideally as a starting point somewhere in my iCloud but somewhere on the my iPad part of pythonista would be fine, I just don’t know how to set up a functioning path to any of these places.
-
jackattack
Hey I feel like this should be really simple, I just want a small script that runs from the share sheet that takes an image and saves it to a specific file. My issue is I can’t seem to get the path part to work. how can I get a specific files path?
-
jackattack
Hey so I actually found a solution on the forum from ages ago. If anyone else is interested you basically have to copy list data source class into a separate module and add in a background colour attribute, works well
-
jackattack
Hey can anyone explain how to edit a table view, I’ve been using listdatasource because the other option was a little confusing to me. When I load the table view it always has a white background for the cells, is there an easy way to edit these cells? Similar question, can I change the text alignment in these cells?
-
jackattack
So been doing some research and manim a maths animation package looks really interesting to me but I don’t know if it is possible to install it on Pythonista, I’m pretty much only used to doing pip installs. I’ve been reading about the installation process for it and I ended up really confused, any help would be appreciated
-
jackattack
Hey I’m trying to use a matlab plot in a today widget using UI. How would I display the plot as an image in the today widget?
-
jackattack
Also the only bit I didn’t really understand was when you set up the button class you used init, but then you did spritenode.init what is this for?
-
jackattack
I’ve learnt so much reading your code, love the way you’ve done so many things, spent ages going through it all. Could you give me any insight into the order you went about writing it?
-
jackattack
Wow this works perfectly thank you so much, I’m going to take some time to study it and try to learn how to recreate it with some other effects. Thanks for taking the time out 😌