Ben Chuanlong Du's Blog

It is never too late to learn.

Use Tkinter to Build GUI Applications in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation

Tkinter should be available by default after Python is installed. However, please continue read if you encounter the following error.

import _tkinter # If this fails your Python may not be …

GUI Automation Tools in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

pyautogui https://github.com/asweigart/pyautogui

autopy https://github.com/autopilot-rs/autopy

Tips on Fbs

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://build-system.fman.io/

https://github.com/mherrmann/fbs-tutorial

Shortcuts in macOS

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Table of keyboard shortcuts lists comparisons of shortcuts on Windows, macOS and Linux.

  1. Unless you have a full Mac keyboard, you will not have the Home/End keys. Fn + Left/Right …