LoginSignup
15
26

More than 5 years have passed since last update.

Pythonista3 をいろいろ触ってみる_その2

Posted at

2.Pythonistaで使用可能なモジュール

2.1.Pythonista用モジュール

以下のモジュールは、Pythonista用に作成されたものであり、iOS固有の機能を提供している。
※間違っていたらすいません…

No Module名 説明(簡単に) 備考
1 appex Pythonista拡張機能の共有
2 canvas 簡単なグラフや図表の描画
3 cb Bluetooth LE 周辺機器への接続
ex)赤外線温度計や加速度計などのセンサーなど
4 clipboard iOSのテキストクリップボードの読み書き
5 console Pythonistaのテキスト出力領域とキーボード入力を制御
6 dialogs UIダイアログ
7 contacts iOS連絡先(アドレス帳)DBにアクセス
8 editor Pythonistaのテキストエディタをスクリプト化する
9 keychain セキュアなパスワードストレージへのアクセス
10 linguistictagger 言語分析
11 location iOS上の地理的位置情報(GPSなど)にアクセス
12 motion iOSデバイスのモーションセンサデータ(加速度センサ、ジャイロスコープ、磁力計)にアクセス
13 notification iOS通知の制御
14 objc_util objective-c API をブリッジするためのユーティリティ
15 photos iOSフォトライブラリに保存されているメディアにアクセス
16 reminders iOSリマインダDBにアクセス
17 scene HWアクセラレーションされた2Dグラフィクスやアニメーションを制御できる
18 sound iOSで簡単なサウンドエフェクトを再生できる
19 speech iOSのテキスト音声変換
20 twitter iOS Twitter アカウントと API アクセス
21 ui iOS 向けネイティブGUI

2.2.サードパティ製のモジュール

Pythonistaでも、サードパーティ製のモジュールは使用できる。
詳細については、下記サイトを参照。
http://omz-software.com/pythonista/docs/ios/index.html

15
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
26