Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaskollmer/pythonista
Attempt at a central pythonista module to access, enhance and modify the behavior of the app itself
https://github.com/lukaskollmer/pythonista
Last synced: about 2 months ago
JSON representation
Attempt at a central pythonista module to access, enhance and modify the behavior of the app itself
- Host: GitHub
- URL: https://github.com/lukaskollmer/pythonista
- Owner: lukaskollmer
- License: mit
- Archived: true
- Created: 2016-08-12T13:30:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T12:29:47.000Z (over 8 years ago)
- Last Synced: 2024-08-08T00:44:18.525Z (5 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - lukaskollmer/pythonista - Attempt at a central pythonista module to access, enhance and modify the behavior of the app itself (Python)
README
# pythonista
Attempt at a central pythonista module to access, enhance and modify the behavior of the app itself
## Installation
[Download](https://github.com/lukaskollmer/pythonista/archive/master.zip) the repo, unzip it into a folder named "pythonista" and move that into your `site-packages` directory.
You now just need a simple `import pythonista` statement to load the module.
*Coming soon: Use [pythonista.cloud](https://pythonista.cloud) to download and install the package with a single line of code*
## Usage
The `pythonista` package contains multiple submodules:
- [`pythonista.badge`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/badge.py)
- [`pythonista.defaults`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/defaults.py)
- [`pythonista.editor_util`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/editor_util.py)
- [`pythonista.files`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/files.py)
- [`pythonista.interpreter`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/interpreter.py)
- [`pythonista.shortcuts`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/shortcuts.py)
- [`pythonista.theme`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/theme.py)
- [`pythonista.version`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/version.py)
- [`pythonista.wrenchmenu`](https://github.com/lukaskollmer/pythonista/blob/master/pythonista/wrenchmenu.py)