{"id":13815297,"url":"https://github.com/ywangd/pythonista-tools-installer","last_synced_at":"2025-10-07T23:42:23.139Z","repository":{"id":38917208,"uuid":"42011197","full_name":"ywangd/pythonista-tools-installer","owner":"ywangd","description":"Pythonista script installation made easy","archived":false,"fork":false,"pushed_at":"2016-04-18T11:03:52.000Z","size":20,"stargazers_count":261,"open_issues_count":4,"forks_count":42,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-08-20T06:47:16.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ywangd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-06T17:19:38.000Z","updated_at":"2025-07-08T00:08:46.000Z","dependencies_parsed_at":"2022-08-05T15:30:32.525Z","dependency_job_id":null,"html_url":"https://github.com/ywangd/pythonista-tools-installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ywangd/pythonista-tools-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ywangd%2Fpythonista-tools-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ywangd%2Fpythonista-tools-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ywangd%2Fpythonista-tools-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ywangd%2Fpythonista-tools-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ywangd","download_url":"https://codeload.github.com/ywangd/pythonista-tools-installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ywangd%2Fpythonista-tools-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278866833,"owners_count":26059669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:03:16.960Z","updated_at":"2025-10-07T23:42:23.118Z","avatar_url":"https://github.com/ywangd.png","language":"Python","funding_links":[],"categories":["Python","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# Pythonista Tools Installer\n\nA front-end UI program to browse and/or download scripts listed on\n[Pythonista-Tools](https://github.com/Pythonista-Tools/Pythonista-Tools).\n\n## Installation\nTo install the program, copy and run following one-line python statements\nin Pythonista interactive prompt. It saves the `ptinstaller.py` file\nto the current working directory.\n\n```python\nimport requests as r; o=open('ptinstaller.py','w'); o.write(r.get('http://j.mp/pt-i').text); o.close()\n```\n\n## Configuration\n\nTo customize the directory modules are installed to, create a file named `ptinstaller.conf` with below content:\n\n```json\n{\n    \"install_path\": \"bin\"\n}\n```\n\n## Usage\nExecute the saved `ptinstaller.py` program to launch the UI. Follow the\non-screen instruction to browse and install/uninstall scripts. The scripts are by default installed under **`~/Documents/bin/`**.\n\n### Screenshots\n\n![1](https://cloud.githubusercontent.com/assets/2344308/9724048/58480568-5614-11e5-9403-d986adf82727.JPG) ![2](https://cloud.githubusercontent.com/assets/2344308/9724050/5e3736e2-5614-11e5-95ba-7333ec7c952d.JPG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fywangd%2Fpythonista-tools-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fywangd%2Fpythonista-tools-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fywangd%2Fpythonista-tools-installer/lists"}