APP製作
含有「APP製作」共 4 篇內容
全部內容
發佈日期由新至舊
艾肯比工程師
2025/03/03
17.【python kivy app 開發】使用GridLayout排版,生成類似計算機的介面
我的開發環境是win11,python是3.10.7版本,kivy我設定在2.1.0版本,編碼的工具是Visual Studio Code(VS Code),本篇說明加入GridLayout版面,生成類似計算機的介面。
#
GridLayout
#
button
#
APP製作
1
留言
艾肯比工程師
2025/03/03
16.【python kivy app 開發】使用BoxLayout排版,並透過TextInput輸入文字
我的開發環境是win11,python是3.10.7版本,kivy我設定在2.1.0版本,編碼的工具是Visual Studio Code(VS Code),本篇說明加入BoxLayout版面,以及TextInput物件。
#
BoxLayout
#
TextInput
#
APP製作
喜歡
留言
艾肯比工程師
2025/02/11
15.【python kivy app 開發】RoundedButton改變形狀&執行畫面切換screenmanager
開發環境是win11,python是3.10.7版本,kivy我設定在2.1.0版本,編碼的工具是Visual Studio Code(VS Code),本篇說明加入RoundedButton功能及screenmanager切換畫面方式(NoTransition、SlideTransition)。
#
RoundedButton
#
screenmanager
#
APP製作
喜歡
留言
艾肯比工程師
2025/02/10
14.【python kivy app 開發】導入StringProperty,定義類別函式變數&on_enter觸發
開發環境是win11,python是3.10.7版本,kivy設定在2.1.0版本,編碼的工具是Visual Studio Code,本篇說明如何設定類別(class)的方法(method)及屬性(property),運用調用屬性呈現內容,並且加入on_enter使其畫面進入就觸發函式。
#
python
#
Kivy
#
APP製作
1
留言