0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

いまさら3DSでPythonを動かす

Posted at

Python on your Nintendo 3DS

.3dsxを入れるだけでできちゃう。HomeBrewで起動

スクリーンショット (67).png

できること

Python 3.6.9が動かせるので基本何でもできる。
ただし、input()で文字入力は非対応らしい。

ライブラリもそろっているのでtkinter等ウィンドウ表示系以外は実行可能。

あと日本語表示は非対応。

(アスキーアートはprint()で表示させてるだけ)
スクリーンショット (68).png

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?