Skip to content

Instantly share code, notes, and snippets.

This is a markdown file

@xiushu53
xiushu53 / ondoui.py
Created June 29, 2015 01:35
摂氏華氏
# coding: utf-8
# Calculator
from __future__ import division
import ui
import clipboard
from console import hud_alert
shows_result = False
@xiushu53
xiushu53 / Dropbox File Picker.py
Created November 4, 2015 06:36 — forked from omz/Dropbox File Picker.py
Dropbox File Picker.py
# IMPORTANT SETUP INSTRUCTIONS:
#
# 1. Go to http://www.dropbox.com/developers/apps (log in if necessary)
# 2. Select "Create App"
# 3. Select the following settings:
# * "Dropbox API app"
# * "Files and datastores"
# * "(No) My app needs access to files already on Dropbox"
# * "All file types"
# * (Choose any app name)