Inventory Management Automation using Tagui for python

preview_player
Показать описание
RPA for python is a module in python for doing Robotic process Automation based on TagUI.

This is a Inventory Management process which is executed by tagui for python. Here in addition i had used the visual automation tricks so that it feels like same as human is doing the things manually [ as there are some exceptions around to it]

This process is executed as follows:

1. First there are three folders, insert,update, delete, which will contains the pdf files which contains data for inserting,updating and deleting the records in Inventory Management Portal respectively.

Then the bot takes the data from each pdf file under Insert folder and add the record from data from each pdf in the portal.

3.Then the bot takes the data from each pdf file under update folder and update the price of existing records. 5.Then the bot takes the data from each pdf file under delete folder and delete the existing record.

4. The speciality of this process is i had applied the visual automation tricks so that the automation will be feeling almost simmilar how the manual process is done. Like as u see how the pdf file is opened and reader.

Subscribe to my channel too if you hadn't done it already for getting more updates in RPA!!!!!!!!!!!!!!

Regards,
Nived N
Happy Automation

#rpa #tagui #python
Рекомендации по теме
Комментарии
Автор

oh, i notice your Tagui_Inventory.py has def data_extract(pdfpath):
r.keyboard('[win]r')
is the file needed called pdfpath?
and also the [win]r is it only windows?
I am on Mac.
what is the equivalent on Mac?
thanks!

lookang