Automation using automagica library

Automagica automation setup

Vasav

1 minute read

Prerequisites

  • Python must be installed in the machine
  • If python is not installed then follow the instruction in this video
  • Make sure to add python in environment variables

Installing automagica library using PIP

  • automagica has their python library which can be installed using pip install automagica command. Reference for the command can be found here.

  • This command will install all the required libraries to support automagica.

Editor

  • A text editor is required to write python code. There are few freely available text editors available in the market and there are tons of videos available to setup these editor. Here is a list of popular text editor which can be used to write and run automagica code.
  1. Notepad++
  2. Pycharm Community Edition
  3. Visual Studio Code
  4. nteract

Next Steps

Once automagica is installed, you are all set to automate your redundant office tasks. Basics of automagica will be covered in the upcoming blogs.