Python + PHP + Excel = Data Entry Automation Part 1

Channel:
Subscribers:
567
Published on ● Video Link: https://www.youtube.com/watch?v=RSRLNU4QepE



Duration: 11:46
122 views
4


The behind the scenes on how I put few things together to automate a BORING process of data entry. I was totally not aware the Python has a library called pyautogui that has the magical ability to simulate keypresses... Amazing!

Using Excel as the data source is possible thanks to the PHPExcel library (reads the rows and columns of an excel file) and some good old PHP + Apache2 web server.

I will be exploring this more with a sophisticated web page and potential ways to optimise the process for my personal amusement.

If you would like the code just let me know and I will potentially send you a link or something.







Tags:
programing
coding
python
php