2
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?

More than 5 years have passed since last update.

Python GUIで質問です ->解決済

Last updated at Posted at 2018-12-24

pythonのpandasを用いてファイルを分析するanalysis.pyというツールを作成しました。これは、あるcsvファイルを読み込んで解析し、結果をresult.txtに書き込み、ファイルを作成するものです。

WEBアプリでGUIからオープンファイルダイアログなどでcsvファイルを選択しアップロードし、バックエンドでanalysis.pyが動いて、できたresult.txtファイルをダウンロードするみたいにしたいです。

サンプルのプログラムありましたら、教えてください。

よろしくお願いします。

2
1
4

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
2
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?