Pythonでちょっとしたデスクトップアプリを作りたい場面というのは、意外と多いものだ。ファイルを選択したり、オプションを選んだり、エディタにメッセージを入力してもらうなど、簡単なUIが必要なだけであれば、先日紹介したTkEasyGUIでも十分だろう。
ちょっとGemini(無料版)を使って、tkinterで作ったものをpywebviewに移植することをやっていました。 そこでちょっと気づきをメモします。 基本的にpywebviewはPython、JavaScript、HTML、CSSの4言語を駆使して作るデスクトップアプリなのですが、pywebviewに移植するとき ...
先日紹介した家計簿プログラムは、JavaScriptのモジュールと呼び出し側の処理、Python⇔JavaScriptの処理、デザイン(css⇔HTML)の処理の3部作にわけて紹介します。 結構大掛かりになってきました。 前回の記事のソースコードをごらんください。 今回はPythonと ...
pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. It gives you power of web technologies in your desktop ...
to customize agents or add your own, use json format as per the examples in the agent folder, your new agents should always be in this folder Upon starting the app, you will be prompted to create an ...