Skip to content

O01o/python_csv_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-csv-editor

概要

CSVファイルについて、横持ちのデータを縦持ちに変換するアプリを制作しました。

Jupyter Notebook(.ipynb)版とPySimpleGUI版の2つを実装しています。

環境設定

今回は仮想環境のツールとして Rye を使用しています。

以下のコマンドを入力してください。

Pythonのバージョンは3.11にしています。現時点(2024/02/25時点)で Nuitka は Python 3.12 で動作しないことに注意してください。

rye pin 3.11
rye add nuitka
rye add pysimplegui
rye add pandas
rye add <その他必要なパッケージ名>
rye sync

Windowsアプリケーション(EXE)化するには、以下の一つのコマンドを入力してください。

rye run python -m nuitka main.py --standalone --onefile --follow-imports --enable-plugin=numpy --enable-plugin=tk-inter --disable-console

プロジェクト直下に main.exe が生成されます。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published