Pythonでちょっとしたデスクトップアプリを作りたい場面というのは、意外と多いものだ。ファイルを選択したり、オプションを選んだり、エディタにメッセージを入力してもらうなど、簡単なUIが必要なだけであれば、先日紹介したTkEasyGUIでも十分だろう。
全3回に渡ってPythonを使った業務効率化の方法をご紹介する連載第3回。伊沢剛著『超速Python仕事術大全 』より、今回は、メールフォームからデータを取得してExcelファイルに書き込むプログラムを紹介します。 第1回:Pythonで不統一なExcelファイル繋ぐワザの ...
One of Python’s most persistent limitations is how unnecessarily difficult it is to take a Python program and give it to another user as a self-contained click-to-run package. The design of the Python ...