Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naturale0/pythonistools
Tools for Pythonista on iOS
https://github.com/naturale0/pythonistools
Last synced: about 2 months ago
JSON representation
Tools for Pythonista on iOS
- Host: GitHub
- URL: https://github.com/naturale0/pythonistools
- Owner: naturale0
- License: gpl-3.0
- Created: 2017-04-08T14:24:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T03:59:35.000Z (over 7 years ago)
- Last Synced: 2023-10-20T07:43:28.902Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonisTools
Tools for Pythonista on iOS- `_copy_file.py`: Coded to be used inside Pythonista app. Add this script to the action menu of the editor to use. Run the script while the file to copy is currently opened in the editor.
- `_import_to.py`: Import file into pythonista app. Can import from file, selected text, and url of single file(including https://github...) on the open web. Written to be used in share extension.
- `_render_html.py`: Renders HTML file and show the result with pythonista in-app `ui`. Coded to be used inside Pythonista app. Add this script to the action menu of the editor to use. Run the script while the HTML file to render is currently open on the editor.
- `_render_ipynb.py`(_working_): Renders Jupyter Notebook to human-understandable format.