Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ywangd/pythonista-tools-installer

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pythonista Tools Installer

A front-end UI program to browse and/or download scripts listed on 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.

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:

{
    "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

1 2

About

Pythonista script installation made easy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.