pythonista-tools-installer icon indicating copy to clipboard operation
pythonista-tools-installer copied to clipboard

Pythonista script installation made easy

Results 4 pythonista-tools-installer issues
Sort by recently updated
recently updated
newest added

``` >>> import requests as r; o=open('ptinstaller.py','w'); o.write(r.get('http://j.mp/pt-i').text); o.close() Traceback (most recent call last): File "", line 1, in File "/var/mobile/Containers/Bundle/Application/BEB7C0AA-4CC7-464D-9A76-DBEC758FECB7/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/site-packages/requests/api.py", line 65, in get return request('get', url, **kwargs) File...

请问如何在pythonista中创建“.conf”文件,试了好久都没成功,不是txt就是py~!

I think there should be an update button. Currently the only way to update a script is to delete it and reinstall it. This is slightly counterintuitive. Maybe if a...