前回の記事で、作業時間を自動で追跡できるようになりましたが、やっぱりコマンドラインだけだと使いにくい! 特に他の開発をしているときはちょっと邪魔になっちゃいますね。 というわけで、前回のコードをGUIをつけたアプリケーションにしていきます。 パッケージのインストール ...
PySimpleGUIとは2018年より開発されているデスクトップアプリを作るためのライブラリだ。GUIとはGraphical User Interfaceの略で、ボタンやテキストボックスなど、マウスやタップ操作に応じて反応するインターフェイスのことだ。 もともと、PythonでGUIを持ったアプリ ...
PySimpleGUI is a Python package that enables Python programmers of all levels to create GUIs. You specify your GUI window using a "layout" which contains widgets (they're called "Elements" in ...
These items may solve your problem. Please check those you've done by changing - [ ] to - [X] The graphic rectangle containing the chart is too noticeable. I'd like it to be more integrated into the ...
自作家計簿アプリをPythonで作った際に起こったバグについて共有します。 まずはどのようなバグなのかを見てもらいましょう。 バグの紹介 少し小さくなってしまったので見づらいですが、matplotlibで作成したグラフを閉じた瞬間にアプリが急に終了しています ...