https://github.com/ywangd/pythonista-tools-installer
Pythonista script installation made easy
https://github.com/ywangd/pythonista-tools-installer
Last synced: 10 months ago
JSON representation
Pythonista script installation made easy
- Host: GitHub
- URL: https://github.com/ywangd/pythonista-tools-installer
- Owner: ywangd
- License: mit
- Created: 2015-09-06T17:19:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T11:03:52.000Z (over 10 years ago)
- Last Synced: 2025-08-20T06:47:16.666Z (12 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 261
- Watchers: 25
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pythonista Tools Installer
A front-end UI program to browse and/or download scripts listed on
[Pythonista-Tools](https://github.com/Pythonista-Tools/Pythonista-Tools).
## Installation
To install the program, copy and run following one-line python statements
in Pythonista interactive prompt. It saves the `ptinstaller.py` file
to the current working directory.
```python
import requests as r; o=open('ptinstaller.py','w'); o.write(r.get('http://j.mp/pt-i').text); o.close()
```
## Configuration
To customize the directory modules are installed to, create a file named `ptinstaller.conf` with below content:
```json
{
"install_path": "bin"
}
```
## Usage
Execute the saved `ptinstaller.py` program to launch the UI. Follow the
on-screen instruction to browse and install/uninstall scripts. The scripts are by default installed under **`~/Documents/bin/`**.
### Screenshots
 