Forum Archive

New small functions

PK
  • Auto start script at open.
  • Set read-only script. It was impossible to edit it randomly.
  • Set icon on desktop for fast running a script.
dgelessus

Second one might already be possible using os.chmod. Pythonista won't tell you that the file is read-only, but any changes will not be saved. Third one is definitely possible and has already been done.

JonB

The first is possible through the URL scheme. I think you could create an icon that calls the URL scheme to eit or run a specific script on startup.

PK

How to make autostart script after a certain time if pythonista is running, but is in the background, there are mechanisms implied?