Coder Social home page Coder Social logo

python_csv_editor's Introduction

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 が生成されます。

python_csv_editor's People

Contributors

o01o avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.