CanSatの地上局作成の一部に,PythonのCunstomTkinterを使ったGUI操作画面を採用することになったので備忘録として残そうと思います.今回は基本操作編です. CustomTkinterとは CustomTkinterとは,Python標準のGUIライブラリtkinterを拡張したライブラリです.tkinterとの ...
本記事は以下リンクを日本語訳した内容です。 タイトルやジオメトリのようなウィンドウのプロパティを設定し、ウィンドウにボタンを追加することができる。 ウィジェットの最初のパラメータは常にマスター・パラメータで、この場合はappです ...
CustomTkinter is a python UI-library based on Tkinter, which provides new, modern and fully customizable widgets. They are created and used like normal Tkinter widgets and can also be used in ...
CustomTkinterを使用したシンプルなツール達をまとめたリポジトリ Tkinterのみで作成したツールは別リポジトリでの管理としています。 --icon=test.icoはアイコンを変更(*.iconファイルを同一ディレクトリに配置する) 2.作業ディレクトリ内にbuildディレクトリ/dist ...
Hello, Pythonistas🙋‍♀️ welcome back. After exploring how to customize your GUI in CustomTkinter in the previous post, today we are gonna deep dive🏊‍♀️ into the entry widget in CustomTkinter. We will ...
Since you started programming you might have the desire 🤩 to make your own apps. Designed by you from idea to execution. In this post and the next few posts, we’ll be learning the CustomTkinter ...