You’ve Recently Viewed

{{ badge.badge_name }}
{{ item.brand_name }} {{ item.group_num + __(" Options") }}
{{ item.item_title }}
{{ item.rank.category_name }} {{ $isZh ? ' ' + item.rank.rank_name +' No.'+ item.rank.rank_num : '#'+item.rank.rank_num + ' ' + item.rank.rank_name }} {{ item.rank.category_name }}
{{ formatNumber(visualViewRate(item)) }} ({{ item.comment.comment_count > 0 ? item.comment.comment_count : __("Be the first!") }})
· {{ viewedItemSaleInfo(item) }}

{{ currency }}{{ priceFormat(item.price.shop_price) }} {{ currency }}{{ priceFormat(item.price.del_price) }}

{{ item.bundle }}
Added to cart

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami
KingStone

【繁體】Python GUI 設計活用tkinter 之路王者歸來

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ item.valid_price }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
  • + 4 images
Details
Full product details
内容簡介

這是第一本使用Python內建模組tkinter,設計GUI程式的中文書籍。全書超過270個程式實例,一步一步講解tkinter控件(Widget)的基礎知識,同時也將應用範圍擴充至計算器設計、文書編輯、動畫與遊戲設計。Python是一門可以很靈活使用的程式語言,本書特色在於對tkinter最基礎的知識使用了大量靈活的實例說明各種環境的應用方法,讀者可以由這些程式實例事半功倍完成學會tkinter設計跨平台的視窗程式。

※請至上奇資訊網站下載各章範例程式www.grandtech.info

●本書範例素材檔案,僅供練習、教學用;非經作者授權不得作為商業用途或散播。

本書精要

本書以270個完整程式實例講解下列知識:
.跨平台視窗程式設計
.Python tkinter Widget解說
.Python tkinter.ttk Widget解說
.Widget共通屬性
.Widget共通方法
.視窗控件配置管理
.使用lambda表達式的好時機
.變數類別Variable Classes
.事件綁定Events and Binds
.計算器(Calculator)設計
.文書編輯程式(Editor)設計
.動畫遊戲設計

目錄

Chapter 01 基本觀念
1-1 認識GUI和tkinter
1-2 建立視窗
1-3 視窗屬性的設定
1-4 視窗位置的設定
1-5 認識tkinter的Widget
1-6 Widget的共通屬性
1-7 Widget的共通方法

Chapter 02 標籤Label
2-1 標籤Label的基本應用
2-2 Widget共通屬性-Color顏色
2-3 Widget的共通屬性–Dimensions大小
2-4 Widget的共通屬性–錨Anchor
2-5 Label文字輸出換行位置wraplength
2-6 Widget的共通屬性–字型Font
2-7 Label的justify參數
2-8 Widget的共通屬性Bitmaps
2-9 compound參數
2-10 Widget的共通屬性Relief style
2-11 標籤文字與標籤區間的間距padx/pady
2-12 影像PhotoImage
2-13 Widget的共通方法config( )
2-14 Widget的共通屬性Cursors
2-15 Widget的共通方法keys( )
2-16 分隔線Separator

Chapter 03 視窗控件配置管理員
3-1 視窗控件配置管理員Widget Layout Manager
3-2 pack方法
3-3 grid方法
3-4 place方法
3-5 Widget控件位置的總結

Chapter 04 功能鈕Button
4-1 功能鈕基本觀念
4-2 使用lambda表達式的好時機
4-3 建立含影像的功能鈕
4-4 簡易計算器按鈕佈局的應用
4-5 設計滑鼠游標在功能鈕的外形

Chapter 05 文字方塊Entry
5-1 文字方塊Entry的基本觀念
5-2 使用show參數隱藏輸入的字元
5-3 Entry的get( )方法
5-4 Entry的insert( )方法
5-5 Entry的delete( )方法
5-6 計算數學表達式使用eval( )

Chapter 06 變數類別
6-1 變數類別的基本觀念
6-2 get( )與set( )
6-3 追蹤trace( )使用模式w
6-4 追蹤trace( )使用模式r
6-5 再看trace( )方法呼叫的callback方法參數
6-6 計算器的設計

Chapter 07 選項鈕與核取方塊
7-1 Radio buttons選項鈕
7-2 Checkboxes核取方塊
7-3 簡單編輯程式的應用

Chapter 08 容器控件
8-1 框架Frame
8-2 標籤框架LabelFrame
8-3 頂層視窗Toplevel

Chapter 09 與數字有關的Widget
9-1 Scale 的數值輸入控制
9-2 Spinbox 控件

Chapter 10 Message Messagebox
10-1 Message
10-2 Messagebox

Chapter 11 事件(Events) 和綁定(Bindings)
11-1 Widget的command參數
11-2 事件綁定Binding events
11-3 取消綁定Unbinding events
11-4 一個事件綁定多個事件處理程式
11-5 Protocols

Chapter 12 表單Listbox與捲軸Scrollbar
12-1 建立表單
12-2 建立表單項目insert( )
12-3 Listbox的基本操作
12-4 Listbox與事件綁定
12-5 活用加入和刪除項目
12-6 Listbox項目的排序
12-7 拖曳Listbox的項目
12-8 捲軸的設計

Chapter 13 OptionMenuCombobox
13-1 下拉式表單OptionMenu
13-2 組合框Combobox

Chapter 14 容器PanedWindowNotebook
14-1 PanedWindow
14-2 Notebook

Chapter 15 進度條Progressbar
15-1 Progressbar的基本應用
15-2 Progressbar動畫設計
15-3 Progressbar的方法start( )/step( )/stop( )
15-4 mode=indeterminate模式

Chapter 16 功能表Menu和工具列Toolbars
16-1 功能表Menu設計的基本觀念
16-2 tearoff參數
16-3 功能表清單間加上分隔線
16-4 建立多個功能表的應用
16-5 Alt快捷鍵(Shortcuts)
16-6 Ctrl+快捷鍵(Shortcuts)
16-7 建立子功能表(Submenu)
16-8 建立彈出功能表(Popup menu)
16-9 add_checkbutton( )
16-10 建立工具列Toolbar

Chapter 17 文字區域Text
17-1 文字區域Text 的基本觀念
17-2 插入文字insert( )
17-3 Tex

Specifications

Brand KingStone
Brand Origin Taiwan
Net Content 1g

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use {{ itemAct.title || '' }}

Bundle & Combo

Similar Items

Related Search

{{ item.userActionNumberDesc }}
Yami wechat-share qr code

Scan to Share

【繁體】Python GUI 設計活用tkinter 之路王者歸來

{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }}
Price:
{{ itemCurrency }}{{ priceFormat(item.member_price) }}
Buy at VVIP Price
Learn more
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __("Pay with Gift Card to get sale price: :itemCurrency:price", {'itemCurrency': itemCurrency, 'price': (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00')}) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out
Sold by King Stone
Ship to
{{ __("Ship to United States only") }}
Free shipping over 49
Genuine guarantee
Ship from Taiwan
{{ quantity }} {{ instockMsg }} {{ limitText }}
{{ buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start") }}
Best before

Frequently Bought Together

Total ${{ priceFormat(totalPrice) }}

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yami reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yami.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely.

If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.;

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by King Stone

Service Guarantee

Yami Free shipping from the US over $49
Yami Easy Returns

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by King Stone

Service Guarantee

Yami Cross-store Free Shipping over $49
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by King Stone

Service Guarantee

Free shipping over 49
Genuine guarantee
Ship from Taiwan

Shipping

UPS Ground $11.99(Free shipping over $49)


Seller will ship the orders within 1-2 business days. It will not be shipped between April 7, 2019 and April 4, 2019. Orders during this time will begin shipping on April 8. Thanks for your cooperation.

Yami Points information

All items are excluding from any promotion or points events on Yami.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Gifts Included with Purchase

Recommended for You

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

                                                       

Reviews

Have your say. Be the first to help other guests.

Write a review
No reviews for this product. Showing reviews from other options.
Sort by
Default

Community photos

View All
Current Item
User Avatar VIP
:

{{ strLimit(comment, 200) }}

{{ comment.content }}

Review Image

{{ comment.imageList.length }} photos

Show Original

No related comment~

Review

Yami Yami
:

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails, 800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{ groupData }}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{ commentDetails.in_user == uid ? __('Delete') : __('Report') }}

Please write at least one word

Comments{{ '(' + replyList.length + ')' }}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply, 800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{ reply.reply_in_user == uid ? __('Delete') : __('Report') }}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

{{ brandInfo.title }}

View All

About the brand

{{ brandInfo.descView }} ...View All

{{ isZh ? album.topic_name : album.topic_ename }}

Items

{{ album.goods_count_info }}

Purchased

{{ album.bought_count_info }}

View All

{{ story.page_title }}

{{ story.page_desc }}

View the Story
Customers Also Viewed
About the brand

{{ brandInfo.title }}

{{ brandInfo.desc }}
Yami

Download the Yami App