回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,6 @@
|
|
1
1
|
[コマンドプロンプト非表示でPythonスクリプトを実行する方法](https://fraxinus.at.webry.info/201107/article_2.html)
|
2
2
|
|
3
|
+
> こんなときは、python.exeの代わりにpythonw.exeを使いましょう。
|
4
|
+
または、スクリプトファイルの拡張子を.pywにしましょう。
|
5
|
+
|
3
6
|
Windows なら。
|