Skip to content

Instantly share code, notes, and snippets.

@mcarrara3
mcarrara3 / PlotView.py
Created July 23, 2014 01:02
PlotView.py
# Pythonista Plotter
# Version: 1.0
# Author: Matteo Carrara
# Date: 07/22/2014
# Important: to run the code create a ui.View and set its class to PlotView! Enjoy!
import ui
import numpy as np
from math import pi
@omz
omz / ShortcutGenerator.py
Created December 9, 2013 11:01
ShortcutGenerator
# This script adds a "Webclip" shortcut to your homescreen.
# The shortcut can be used to open a web page in full-screen mode,
# or to launch a custom URL (e.g. a third-party app).
# You'll be asked for a title, a URL, and an icon (from your camera roll)
import plistlib
import BaseHTTPServer
import webbrowser
import uuid
from io import BytesIO