Yu Chen Kuang

The Joy of Sharing & Learning Together
This is a site where I share useful resources and interesting articles in the areas that I'm lecturing at the Institute of Systems Science, National University of Singapore: Business Process Reengineering (BPR), RPA and IPA - Strategy and Management, and RPA using Excel Macros.

  • Home
  • Research Library
    • My Research Library - RPA, IPA and Hyperautomation
    • My Research Library - Social Media
    • 3-Minute Guide
  • Classes
    • BPR
      • Visio Tutorials
    • Social Media for B2B
      • Social Media for B2B - 17 Oct 2016
      • Social Media for B2B - 3 Mar 2016
      • Social Media for B2B - 15 Oct 2015
      • Social Media for B2B - 17 Sep 2015
      • Social Media for B2B - 2 Jul 2015
      • Social Media for B2B - 24-25 Nov 2014
      • Social Media for B2B - 21 Jul 2014
      • Social Business Class - 20 Mar 2014
      • Social Business Class - 7 Nov 2013
      • Social Business Class - 23 Sep 2013
      • Social Business Class - 18 Jul 2013
      • Social Business Class - 8 Jul 2013
      • Social Business Class - 21 Feb 2013
      • Social Business Class - 27 Sep 2012
    • Social Media Marketing
      • Social Media Marketing 5 Mar 2018
      • Social Media Marketing 01 Nov 2017
      • Social Media Marketing 24 Jul 2017
      • Social Media Marketing 27 Mar 2017
      • Social Media Marketing 24 Oct 2016
      • Social Media Marketing 19 Sep 2016
      • Social Media Marketing 28 Mar 2016
      • Social Media Marketing 29 Jun 2016
      • Social Media Marketing 1 Feb 2016
      • Social Media Marketing 13 Nov 2015
      • Social Media Marketing 21 Sep 2015
      • Social Media Marketing 12 Aug 2015
      • Social Media Marketing 18 May 2015
      • Social Media Marketing 4 Mar 2015
      • Social Media Marketing 25-27 Feb 2015
      • Social Media Marketing - 19-21 Nov 2014
      • Social Media Marketing 20 Aug 2014
      • Social Media Marketing 7 May 2014
      • Social Media Marketing 12 Feb 2014
      • Social Media Marketing 20 Nov 2013
      • Social Media Marketing 26 Aug 2013
      • Social Media Marketing 20 May 2013
    • Social Media Analytics
      • Social Media Analytics Class - 10 Jan 2018
      • Social Media Analytics Class - 25 Sep 2017
      • Social Media Analytics Class - 22 May 2017
      • Social Media Analytics Class - 23 Jan 2017
      • Social Media Analytics Class - 26 Sep 2016
      • Social Media Analytics Class - 16 May 2016
      • Social Media Analytics Class - 6 Jan 2016
      • Social Media Analytics Class - 28 Sep 2015
      • Social Media Analytics Class - 29 Jun 2015
      • Social Media Analytics Class - 7 Jan 2015
      • Social Media Analytics Class - 5 Nov 2014
      • Social Media Analytics Class - 13 Aug 2014
      • Social Media Analytics Class - 21 May 2014
    • BPM
    • CBAP
    • Logistics
      • Disruptive Innovations - 5 July 2017
    • Talks
    • Surveys
    • Social Media Consulting
    • Feedback
  • TagUI
    • TagUI-Python Setup
    • TagUI-Python Sample Codes
  • Login
    • Module in a menu example
      • Create an account
      • Forgot your username?
      • Forgot your password?
  • Home

Set up TagUI-Python on Mac

  • Last Updated: 23 October 2020
  • Hits: 3449

This article shows you step-by-step how to setup RPA for Python, or TagUI-Python, which I still like to call it because I started from the TagUI days. You can refer to the details of the name change here.

To a technical person, setting up TagUI-Python is easy, just a simple

pip install tagui

However, to someone who has never used python or pip before, it's surprisingly complicated, as it includes the following 3 main steps on Mac:

  1. Install Python
  2. Install TagUI-Python
  3. Install additional libraries if necessary

  1.   0 Comment
  2.   3449 Views

Install Python on Mac

  • Last Updated: 21 October 2020
  • Hits: 2294

This article shows you step-by-step how to install Python on Mac.

  1. Install Homebrew on your Mac if you haven’t. Homebrew is the most popular package manager for Mac OS that makes installation of software such as Python fast and easy.
  2. Once you have Homebrew installed, install Python with the following command:
    brew install python3
  3. Let's check if Python3 is running ok. In the Terminal window, type:
    python3
  4. If you see the screen below, it means Python 3 is running ok on your machine.

  1.   0 Comment
  2.   2294 Views

Set up TagUI-Python on Windows 10

  • Last Updated: 18 October 2020
  • Hits: 3966

This article shows you step-by-step how to setup RPA for Python, or TagUI-Python, which I still like to call it because I started from the TagUI days. You can refer to the details of the name change here.

To a technical person, setting up TagUI-Python is easy, just a simple

pip install tagui

However, to someone who has never used python or pip before, it's surprisingly complicated, as it includes the following 4 main steps on Windows 10:

  1. Install Python
  2. Add Python to System’s PATH Variable
  3. Install TagUI-Python
  4. Install additional DLL if necessary

  1.   0 Comment
  2.   3966 Views

Install Python on Windows 10

  • Last Updated: 17 October 2020
  • Hits: 2055

This article shows you step-by-step how to install Python on Windows 10.

The instructions should almost be the same for Windows 7.

Although you can use the default configuration, there are certain options you want to check and uncheck to make it easier to run TagUI-Python.

Let's get started.

  1.   0 Comment
  2.   2055 Views
  • Google Search
  • My Research Library (list)
  • Logistics Innovations
  • RPA
  • RPA Community Forum
Copyright © 2010-2015. yuchenkuang.com. All Rights Reserved
    Back to top